zng::accessFunction auto_complete
source pub fn auto_complete(
child: impl UiNode,
auto_complete: impl IntoVar<AutoComplete>,
) -> impl 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
.