pub fn AutoComplete(props: AutoCompleteProps) -> impl IntoViewExpand description
§Optional Props
- class:
impl Into<MaybeProp<String>> - value:
impl Into<Model<String>>- Input of autocomplete.
- placeholder:
impl Into<MaybeProp<String>>- Autocomplete’s placeholder.
- clear_after_select:
impl Into<Signal<bool>> - blur_after_select:
impl Into<Signal<bool>>- Whether to blur after selection.
- on_select:
impl Into<BoxOneCallback<String>> - disabled:
impl Into<Signal<bool>>- Whether the input is disabled.
- size:
impl Into<Signal<AutoCompleteSize>>- Size of the input.
- auto_complete_prefix:
AutoCompletePrefix - auto_complete_suffix:
AutoCompleteSuffix - comp_ref:
ComponentRef<AutoCompleteRef> - children:
Children