PaackEng / elm-ui-dropdown

Dropdown module for Elm UI
https://package.elm-lang.org/packages/PaackEng/elm-ui-dropdown/latest/
MIT License
20 stars 11 forks source link

Remove duplicated options list when the dropdown it's opened #32

Closed jouderianjr closed 3 years ago

jouderianjr commented 3 years ago

For some reason, we were rendering the options list twice, there is no reason to render this twice, it was a bug there I think.

This solves #28