playcanvas / pcui

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

React LabelGroup linking fix #271

Closed ellthompson closed 1 year ago

ellthompson commented 1 year ago

React LabelGroup fields were not being linked to an observer when a link property was passed in. Updates to PCUI components wrapped in a LabelGroup should now correctly update their bound observer.

ellthompson commented 1 year ago

I've updated this PR to include fixes for https://github.com/playcanvas/pcui/pull/270. Re-requesting a review.