elm-community / html-extra

Additional functions for working with Html.
http://package.elm-lang.org/packages/elm-community/html-extra/latest
MIT License
31 stars 14 forks source link

`autocomplete` function name conflict with elm/html #27

Open Janiczek opened 3 years ago

Janiczek commented 3 years ago

Modules Html.Attributes and Html.Attributes.Extra cannot be aliased to the same name if you use autocomplete function in one of them: https://ellie-app.com/d5QKRfq8mSSa1

I think *-extra packages should take care to have unique names compared to their non-extra counterparts.