Select2 - Deny To Can Clean The Input Field And Disable The Form If Results Not Found
I have this json file on /api/searches: [{'id':'513dbb61a61654a845000005','text':'ingeniero agrónomo'},{'id':'513a11d4a6165411b2000008','text':'ingeniero industrial'}] I'm using
Solution 1:
you have to add selectOnBlur:true
option to your config and upgrade to latest master. here is a working fiddle: http://jsfiddle.net/nqWNJ/7/
Post a Comment for "Select2 - Deny To Can Clean The Input Field And Disable The Form If Results Not Found"