auto_complete

Function auto_complete 

Source
pub fn auto_complete(
    child: impl IntoUiNode,
    auto_complete: impl IntoVar<AutoComplete>,
) -> UiNode
Expand description

P Set how input text triggers display of one or more predictions of the user’s intended value for a ComboBox, SearchBox, or TextInput.