pub fn TagPickerOption(props: TagPickerOptionProps) -> impl IntoViewExpand description
§Required Props
- value:
impl Into<String>- Defines a unique identifier for the option.
- text:
impl Into<String>- An optional override the string value of the Option’s display text, defaulting to the Option’s child content.
§Optional Props
- class:
impl Into<MaybeProp<String>> - disabled:
impl Into<Signal<bool>>- Sets an option to the disabled state.
- children:
Children