Currently, the AutoComplete offers only supplementing the "contains", "startsWith", and "endsWith" filter operators. According to the offical client-side API documentation:
https://docs.telerik.com/kendo-ui/api/javascript/ui/autocomplete/configuration/filter
It would be a good option to expose the "equals" options as well.
Hi Team,
I would like to request to include masking to the Input element of a Kendo UI AutoComplete. This would help if a user needed to input a specific format into the autocomplete such as an email, ssn, or phone number but the data did not include special characters during filtering.
Thank you!
In a read-only AutoComplete, the X button clears the value of the component.
Regression introduced with R1 2022
The X button clears the AutoComplete's value
The button shouldn't clear the AutoComplete's value
The search method of the AutoComplete does not work the first time when minLength is set.
The search method has to be called twice for the method to work as expected.
The search method should work along with the minLength option by only calling it once.
If I have a min length of 3 and enforceMinLength set to true, if you enter in 3 or more characters and then start deleting them (keyboard) once you get below the min length the dropdown remains open when it should close.
See the dojo option under the enforceMinLength API documentation for a sample to test.