Tree in combo

Ввиду отсутствия виджета combotree, хотелось бы узнать, есть ли возможность в webix, интегрировать tree в combo ?

Suggest у combo и richselect’a может быть переконфигурирован. По умолчанию внутри лежит ui.list, но Вы можете попробовать добавить туда что-то ещё - в том числе, встроить дерево:

http://webix.com/snippet/3b0ebea5

Красота! Спасибо большое.

  1. Could you help me fix the filter? Try to type any letters from any word, for example: “lla”, “on” and etc., it works only if you use start letters…
  2. How can I override “setMasterValue” func inside the “suggest” object (I would like to remove the ProtoUI implementation)?

my sample: https://snippet.webix.com/r23fhegw

Hey @OlegGapanovich,

1\. In this case the tree filtering is conflicting with the built-in suggest filter functionality, which is why you should filter the suggest instead - https://snippet.webix.com/pokwemsh.

2\. You can redefine the method for that specific suggest as opposed to creating a new component - https://snippet.webix.com/knbajvph.