Contents

allowsTypeSelect

A Boolean that indicates whether the browser allows keystroke-based selection (type select).

Declaration

var allowsTypeSelect: Bool { get set }

Discussion

When the value of this property is true, the browser allows keystroke-based selection. The default value of this property is true.

See Also

Managing Selection Behavior