Orasund / elm-ui-widgets

Collection of reusable views for elm-ui.
https://orasund.github.io/elm-ui-widgets/
BSD 3-Clause "New" or "Revised" License
85 stars 11 forks source link

Add a passwordInput widget #56

Closed cdevienne closed 3 years ago

cdevienne commented 3 years ago

Description

Implements a PasswordInput widget.

I basically copied TextInput, removing its "chips" attribute and adding the "show" attribute. Adding "chips" back may be better, I would welcome feedback.

Pull request solving issue #55.

Checklist for new Widget

Optional:

Orasund commented 3 years ago

thanks for your help