elm-community / html-extra

Additional functions for working with Html.

Home Page:http://package.elm-lang.org/packages/elm-community/html-extra/latest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`autocomplete` function name conflict with elm/html

Janiczek opened this issue · comments

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.