EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: Don_Juan on February 19, 2018, 07:47:56 AM



Title: How to check if the text write into Combobox are contained
Post by: Don_Juan on February 19, 2018, 07:47:56 AM
Hello, I would like to implement a validType which allows me to report the insertion error, if a string is inserted that are not contained inside the combobox.
Thanks


Title: Re: How to check if the text write into Combobox are contained
Post by: stworthy on February 19, 2018, 06:20:06 PM
Please try to set the 'limitToList' property to true to limit the inputing text within the list.


Title: Re: How to check if the text write into Combobox are contained
Post by: Don_Juan on February 20, 2018, 02:38:33 AM
Thanks so Much! ;D ;D
Now, Can I expose a message that advise me of the wrong insertion?