EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: jahangir on February 21, 2019, 10:51:20 PM



Title: Clear combobox if value does not exists in loaded data
Post by: jahangir on February 21, 2019, 10:51:20 PM
How to clear entered text in easyui combobox  if it does not exists in loaded data.


Title: Re: Clear combobox if value does not exists in loaded data
Post by: stworthy on February 22, 2019, 08:54:18 PM
Please set 'limitToList' property to true for the combobox component.


Title: Re: Clear combobox if value does not exists in loaded data
Post by: jahangir on February 22, 2019, 10:58:24 PM
Thank's stworthy it solved my problem.