Releases: jhbertra/purescript-halogen-nselect
Releases · jhbertra/purescript-halogen-nselect
v1.0.0
Breaking Changes
- Updated for PureScript 0.14 and Halogen 6
Bugfixes
- Previously, if the cursor was hovering over the dropdown and the selected index was changed via
updateHighlightedIndex
(for example, via the arrow keys) and the dropdown scrolled as a result, the selection would be stolen by whatever item the cursor ended up under. This has been fixed so that the cursor does not grab focus after a call toupdateHighlightedIndex
until the mouse is actually moved again.
v1.0.0-rc.2
- preventDefault when pressing Enter
v1.0.0-rc.1
Initial release