mercurymedia / elm-smart-select

A select component written in Elm 0.19
https://package.elm-lang.org/packages/mercurymedia/elm-smart-select/latest/
MIT License
4 stars 4 forks source link

Add idPrefix to make ids unique #54

Closed hingew closed 8 months ago

hingew commented 1 year ago

Warning: This will introduce breaking changes for the init function for SingleSelect, SingleSelectRemote, MultiSelect and MultiSelectRemote

  SingleSelect.init
    { selectionMsg = HandleSelection
    , internalMsg = HandleSelectUpdate
+   , idPrefix = "single-select"
    }