Hi, this control is amazing but i have two questions.
How can i disable the keyboard input, without disabling the whole control when the maxSelectedItems condition is met?. I've tried disabling the control but then the user can't delete the already selected item, and out of the box it allows the user to input meaningless data that confuses them if it's going to be submited or not.
Also i would like to have a way to re enable the keyboard input if they delete an item and the count is lower than the maxSelectedItems.
Here is the dojo with the default behavior: http://dojo.telerik.com/@mfito/EPUTI
I'm using the angular implementation but i don't mind an answer in jQuery. Thanks in advance, keep doing a great job!.