pub fn auto_complete( child: impl IntoUiNode, auto_complete: impl IntoVar<AutoComplete>, ) -> 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