ni / nimble

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

Select no value change on focusout #2079

Closed atmgrifter00 closed 5 months ago

atmgrifter00 commented 5 months ago

Pull Request

๐Ÿคจ Rationale

Consensus was reached that it felt incorrect for the Select to update its value to something different after navigating to a new option and then either pressing <Tab> or clicking away.

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

Changed it so that the focusoutHandler no longer updates the selectedIndex.

๐Ÿงช Testing

Changed the tests that were asserting the improper behavior.

โœ… Checklist