Graceful handling when binding values not found in select dropdown

I’m using a htmlform with a select dropdown list. The binding works perfectly if the value exists in the select options list. If it doesn’t, an error is thrown and the page breaks.

TypeError: el.options[index$$1] is undefined

One such case is NULL values stored in the database. Expected behavior would be to just ignore populating the select with a value. Even if not NULL values, I think it would be useful as records might not always be up to date with the frontend elements and page functionality shouldn’t break because of this.

https://snippet.webix.com/3o08r3x2

Thanks

Hello,

Thank you for reporting, we will include a bug fix in one of the closest builds.