Title: Chosen like combo dropdown? Post by: aswzen on November 03, 2015, 03:28:21 AM I see there is no combo plugin with builtin search feature, if i refer to combobox the search feature is overriding the value of combo, i mean if we write something in combobox and the value is not existed on combo list there are no errors.
How to make combo/select with search functionality but not override the combo value..see this fiddle http://jsfiddle.net/d0x4628L/ try to write "Sony" after that leave the combo..i want the "Sony" text dissapear because "Sony" is not listed in current list.. sample: https://harvesthq.github.io/chosen/ Thank You in advance Title: Re: Chosen like combo dropdown? Post by: stworthy on November 03, 2015, 06:25:35 PM You can bind the 'blur' event on the inputing box, or override the 'search' functionality. Please refer to http://jsfiddle.net/d0x4628L/1/
Title: Re: Chosen like combo dropdown? Post by: aswzen on November 03, 2015, 06:39:21 PM thank you :)
i think its better to make that as builtin feature |