Strange behavior in combo widget since version 7.4

When trying to filter an item using the text box and there are items with similar values, the onChange event fires twice. This issue is present in versions later than 7.4.
How can i prevent this

https://snippet.webix.com/p9ercd7s

When attaching the event to the list widget the result is ok

https://snippet.webix.com/1mep1vk5

Hello @jarenas,

When trying to filter an item using the text box and there are items with similar values, the onChange event fires twice. This issue is present in versions later than 7.4.
How can i prevent this

I can confirm the issue, thank you for the report! The fix will be available in the nearest future.

For the time being, you could try the following solution as a temporary workaround: Code Snippet.