
AutoComplete
The input box autocompletes the function
By setting Items
data collection when the user types information that is automatically displayed
Demo
In this example, type 123 strings to display the viewing effect, automatically give the component initialization to the auto-prompt dataset, and the dataset does not change
By setting the IsLikeMatch
value settings to turn on fuzzy matching of collections, you control whether case is ignored by setting the IgnoreCase
Demo
In this example, type the abc string to display the viewing effect and select all matches in the collection that contain abc and have the same case
By setting the NoDataTip
value setting automatically completes the custom prompt message that appears when the data is not found
Demo
In this example, type 567 strings because the autocomplete information center does not display custom prompt information - <code>the data you want is not found</code>
By setting up ValueChanged
callback method reorganizes the data collection based on the data entered by the user before prompting for information
Demo
In this example, type any string to display the viewing effect, and automatically complete the component's dynamic changes from the newly obtained prompt dataset based on the string you type
When a component binds in both directions, it automatically determines whether label text is displayed based on the conditions
Demo
The pre-label explicit rules are consistent with the BootstrapInput
component of the [portal]
Set Debounce
value turn on debounce
Demo
Click the dropdown item or Enter trigger the callback
Demo
In this example, please type any string to display the viewing effect. Within the anti shake time, the auto completion component will only send the results to the back end after the last entry, which will greatly improve the performance
Set ItemTemplate
for customer the dropdown item
Demo
combox with BootstrapInputGroupLabel
inside BootstrapInputGroupLabel
Demo
Attributes
B station related video link
交流群