Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ If the user does not specify which component they would like to use, choose one

## Text and value input

- Use `LabeledValue` to display a non-editable value with a label (string, number, date, time, range, or list of strings) — prefer it over a disabled `TextField` or hand-rolled label-plus-text markup. It applies locale-aware formatting to numbers, dates, and times via `formatOptions`.
- Use `TextField` for single-line plain text input.
- Use `SearchField` for a search query with search-specific clear and submit behavior.
- Use `TextArea` for multi-line text.
Expand Down