Skip to main content

TagPickerOption

Function TagPickerOption 

Source
pub fn TagPickerOption(props: TagPickerOptionProps) -> impl IntoView
Expand 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