playcanvas / pcui

UI component library for web-based tools
http://playcanvas.github.io/pcui
MIT License
662 stars 61 forks source link

SelectInput options/disabledOptions setter fix #310

Closed ellthompson closed 1 year ago

ellthompson commented 1 year ago

The setters for the options and disabledOptions properties contain and early exit if the SelectInput already has the same value. However these checks are not deep comparing the values so the early exit condition never passed.