Form usage
Place the select inside a standard form and keep the chosen value ready for submission.
Select form usage
Release stage select
A wrapper-first status picker with a controlled value and the default option rendering.
Release stage select (Plain-CSS)
Keep a controlled release-stage value while the wrapper handles trigger and menu plumbing.
- Draft
- In review
- QA ready
- Scheduled
Selected: In review
Release stage select (Tailwind CSS)
Keep a controlled release-stage value while the wrapper handles trigger and menu plumbing.
- Draft
- In review
- QA ready
- Scheduled
Selected: QA ready
Primitive options
Use strings or other primitive option values directly. When getOptionValue is omitted, the option itself becomes the value.
Primitive options (Plain-CSS)
String options can be used directly. Omit getOptionValue when each option is already the value.
- all
- landscape
- portrait
Selected: ALL
Primitive options (Tailwind CSS)
String options can be used directly. Omit getOptionValue when each option is already the value.
- all
- landscape
- portrait
Selected: LANDSCAPE
Release owner roster
Template hooks let the wrapper show richer trigger and option content while keeping the same select contract.
Release owner roster (Plain-CSS)
Custom templates let the wrapper show richer trigger and option content without rebuilding the select primitive.
- Abigail ChenDesign systems · UTC-8
- Mina LeeCore UI · UTC-5
- Omar AzizCompliance · UTC+1
- Sanjay PatelDocumentation · UTC+5:30
Selected: Mina Lee
Release owner roster (Tailwind CSS)
Custom templates let the wrapper show richer trigger and option content without rebuilding the select primitive.
- Abigail ChenDesign systems · UTC-8
- Mina LeeCore UI · UTC-5
- Omar AzizCompliance · UTC+1
- Sanjay PatelDocumentation · UTC+5:30
Selected: Abigail Chen
Mapped options
Derive option rows from source records each change detection. Selection and keyboard navigation stay stable because the wrapper tracks by getOptionValue by default.
Mapped options (Plain-CSS)
Options are remapped from OAuth client records on every change detection. Open the menu, use arrow keys or click — the selection holds after remap.
- Docs portal
- Admin console
- Mobile app
- Partner API
Selected: Admin console · remaps: 0
Mapped options (Tailwind CSS)
Options are remapped from OAuth client records on every change detection. Open the menu, use arrow keys or click — the selection holds after remap.
- Docs portal
- Admin console
- Mobile app
- Partner API
Selected: Mobile app · remaps: 0