Closed gdebrauwer closed 9 months ago
When there is no value selected and the by attribute is used, then an error occurs because it tries to access a property on null. This PR fixes that. I got the fix from the combobox.js file, as the issue was already fixed there.
by
null
Thanks!
When there is no value selected and the
by
attribute is used, then an error occurs because it tries to access a property onnull
. This PR fixes that. I got the fix from the combobox.js file, as the issue was already fixed there.