macos_ui icon indicating copy to clipboard operation
macos_ui copied to clipboard

☂️ Fields and Labels

Open bdlukaa opened this issue 3 years ago • 2 comments

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.

TextField Example

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.

ComboBox Example

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.

Search Field Example

Token Fields

A token field is a type of text field that includes tokens, blocks of text that can be easily selected and manipulated.

Token Field Example

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.

Label

bdlukaa avatar May 03 '21 23:05 bdlukaa

@bdlukaa do you intent to continue work on this?

GroovinChip avatar Mar 06 '22 18:03 GroovinChip

no

bdlukaa avatar Mar 06 '22 18:03 bdlukaa