Description
Field.Option
is a part for building selection inputs with Field.Select.
Properties
Property | Type | Description |
---|---|---|
value | string or number | (optional) Value for this option |
title | string | (optional) Text title for the option. |
text | string | (optional) Secondary text. |
children | React.Node | (optional) Optional way to provide title |