Catalogue element
bry-select
A short list of choices.
Settings
| Setting | Takes | Needed |
|---|---|---|
value | text, at most 200 characters | no |
options | at most 100 { value, label } choices | yes |
placeholder | text, at most 200 characters | no |
label | text, at most 200 characters | no |
size | sm, md | no |
disabled | true or false | no |
error | text, at most 200 characters | no |
Example
JSX
<bry-select label={"Status"} value={"doing"} options={[{"value":"todo","label":"To do"},{"value":"doing","label":"Doing"},{"value":"done","label":"Done"}]} />Renderer contact sheet
These paths will hold the checked light and dark captures.

