mirror of
https://github.com/directus/directus.git
synced 2026-01-28 16:48:02 -05:00
* checkbox inactive styling * fix options * fix translation * dropdown placeholder default * cleanup text input options * roles layout setup * add placeholder option to dropdown * add translations * info on global settings * elipses after placeholders * update to bytes for better formatting control * clean up mime type displays * new template formatting * WIP info and help sidebar * add support for svgs * user popover styling * have un-styled logo spinner feel centered * consistent missing avatar colors * fix asset url * add info drawers * initial help drawer * WIP add help components to all pages * Remove non-existing trim * Fix file interface deselect Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
Dropdown
Pick one from a list of options.
Options
| Option | Description | Default |
|---|---|---|
placeholder |
Text to show when no input is entered | null |
allow-none |
Allow the user to deselect the value | false |
allow-other |
Allow the user to enter a custom value | false |
choices |
What choices to present to the user | null |