mdgriffith / elm-ui

What if you never had to write CSS again?
https://package.elm-lang.org/packages/mdgriffith/elm-ui/latest/
BSD 3-Clause "New" or "Revised" License
1.35k stars 110 forks source link

Make password managers happy #291

Open pravdomil opened 3 years ago

pravdomil commented 3 years ago

Design your website to work best with 1Password says:

Build logical forms If 1Password has trouble saving or filling on your site, make sure you’re following best practices with your forms:

  • Use unique element ids for every field.
  • Enclose <input> fields in <form> elements.
  • Group related fields (like usernames and passwords) together in the same <form> element.
  • Separate unrelated fields into different <form> elements. For example, put registration and sign-in fields in different forms.

Or How do I configure my website to work with LastPass.

So that requires a <form> element. Can we add one to Elm UI?

dullbananas commented 3 years ago

Region.form