We have database constraints on certain fields e.g. varchar(10) and would like to prevent the user from entering invalid data into the combo box fields. If it's not too much trouble a minLength field would also be convenient.
Hello, Brent,
Thank you for sharing this approach with the KendoReact community.
I'm sure it will prove helpful to others.
Regards,
Stefan
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.
in case it helps others landing here... for us, managing the combobox filter prop got into too much dependency with the value prop... we went with DOM manipulation to simply set the native <input maxLength>... DOM is of course frowned upon with React but avoided significantly more complexity.
rough sample:
}, []);
return <div>