Retain typed value in combo even if it is not in its list

hi,
I have a requirement,
the value i type in the combo should be retained even if its not present in the list.its working only for the first time i.e, if type without selecting any option from the drop down. But if i select something from the list then i am not able to retain

https://webix.com/snippet/499c554f

here type something like “asdf” without selecting from the drop down
then select say “Afghanistan” from the list and clear and again type “asdf” when the combo looses its focus it will reset back to “Afghanistan”.Please suggest a solution as soon as possible.

Thanks and Regards,
Vinay Shivananda

Hello,

In fact, ui.text supports such feature if suggest is attached to it: https://webix.com/snippet/57eb8069