playcanvas / pcui

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

Remove _optionValue from Label #267

Closed willeastcott closed 1 year ago

willeastcott commented 1 year ago

Currently, Label is tagged with an _optionValue property by the SelectInput property. This is messy from an architectural standpoint, and the _optionValue property even appears in the API docs. This PR refactors the code to no longer require this tagging.

Also: