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
[ ] I have updated the project documentation to reflect my changes or determined no changes are needed.
Pull Request
๐คจ Rationale
2379
๐ฉโ๐ป Implementation
Added a
MutationObserver
toListOption
that will respond tocharacterData
updates, and then emit an event that theSelect
now handles to update the display.๐งช Testing
Added unit test (failed without fix). Manual verification.
โ Checklist