Skip to main content

6 docs tagged with "textfield mac"

View all tags
Docs

enabled

The enabled state of the text field

Mac Native Single-line Field

This widget wraps the native NSTextField on Mac. Since this is a single-line field, the return key does not enter a new line, instead it triggers the returnKey action and the contents of the field is selected.

returnKey

Sent when the user presses the return key

showBorder

Whether the text field has a border or not

text

The text displayed by the widget