macos_ui
macos_ui copied to clipboard
☂️ Fields and Labels
Implement text and label fields:
- [x]
MacosTextField
- [x]
MacosLabel
- [x] #197
- [ ] #196
- [ ]
MacosTokenField
-ordered by priority-
Text Fields
A text field is a rectangular area in which the user enters or edits one or more lines of text. A text field can contain plain or styled text.
Combo Box
A combo box combines a text field with a pull-down button in a single control. The user can enter a custom value into the field or click the button to choose from a list of predefined values. When the user enters a custom value, it’s not added to the list of choices.
Search Fields
A search field is a style of text field optimized for performing text-based searches in a large collection of values. Many windows include a search field in the toolbar, but a search field can also be displayed in the body area of a window. A search field displays a magnifying glass icon, and can also include placeholder text and a cancellation button.
Token Fields
A token field is a type of text field that includes tokens, blocks of text that can be easily selected and manipulated.
Label
A label is a static text field that describes an onscreen interface element or provides a short message. Although people can’t edit labels, they can sometimes copy label contents.
@bdlukaa do you intent to continue work on this?
no