Combobox search still input the search parameter instead of removing it
see this fiddle:
http://jsfiddle.net/d0x4628L/2/in Phone input box try to write
'S' , then
Sony and
Samsung appear,
after that press both Sony and Samsung
and then in the input box text will appear
'S,Sony,Samsung' ...
Why does the
'S' text still appear? i just want use the input box as an item searcher.
How to make the
'S' dissapear after i select the items on list?
Thank You in advance