webix combo filter

i use combo filter. i will entered a new word in text box. use tab key or click window on mouse event a new word is hide. i want display a new word in combo box.

its a example list

https://snippet.webix.com/mt93foot

Hello!

Please, add editable: true to the combo as

{
      view:"combo", 
      ...
      editable: true, 
}

https://snippet.webix.com/ec955721