pub fn TagPicker(props: TagPickerProps) -> impl IntoViewExpand description
§Required Props
- tag_picker_control:
TagPickerControl - children:
Children
§Optional Props
- class:
impl Into<MaybeProp<String>> - selected_options:
impl Into<Model<Vec<String>>>- An array of selected option keys.
- size:
impl Into<Signal<TagPickerSize>>- The size of the TagPicker.