pub fn auto_complete( child: impl UiNode, auto_complete: impl IntoVar<AutoComplete>, ) -> impl UiNode
P Set how input text triggers display of one or more predictions of the user’s intended value for a ComboBox, SearchBox, or TextInput.
P
ComboBox
SearchBox
TextInput