Nychthemeron/packages
Matthew L McPeak b8fb6769c7 fix: stop unregistering Select item labels on unmount
SelectItem removed its entry from the shared itemLabels map on
unmount, which fires for every item when the dropdown closes --
including the item that was just selected. That wiped the trigger's
display label right after selecting (and after Escape/close in
general). Labels only need to be learned once and can safely persist,
matching the documented behavior in tests/Select.spec.ts. Found via
manual Storybook verification.
2026-07-13 18:39:31 -04:00
..
library fix: stop unregistering Select item labels on unmount 2026-07-13 18:39:31 -04:00
playground fix: alert title contrast, and make Storybook dev serve live library source 2026-07-13 15:23:13 -04:00