ni / nimble

The NI Nimble Design System
https://nimble.ni.dev
MIT License
32 stars 8 forks source link

Select display value fix #2389

Closed atmgrifter00 closed 2 months ago

atmgrifter00 commented 2 months ago

Pull Request

๐Ÿคจ Rationale

๐Ÿ‘ฉโ€๐Ÿ’ป Implementation

Added a MutationObserver to ListOption that will respond to characterData updates, and then emit an event that the Select now handles to update the display.

๐Ÿงช Testing

Added unit test (failed without fix). Manual verification.

โœ… Checklist