accessible-html icon indicating copy to clipboard operation
accessible-html copied to clipboard

Implement new input types

Open jamesrweb opened this issue 2 years ago • 3 comments

Implement new input types with compliant validations in place and test coverage for simple happy path and fallback cases. Implementing inputs as per MDN specs.

  • [x] Color
  • [x] Date
  • [x] Datetime local
  • [x] Email
  • [x] File
  • [x] Hidden
  • [x] Image
  • [x] Month
  • [x] Password
  • [x] Range
  • [x] Search
  • [x] Tel
  • [x] Time
  • [x] URL
  • [x] Week

jamesrweb avatar Sep 10 '22 23:09 jamesrweb

@tesk9 would be happy for some early stage feedback on this one if you get some time in the next while 👍🏻!

jamesrweb avatar Sep 11 '22 00:09 jamesrweb

Resolved conflicts with latest master branch and ran elm-format, prettier and elm-review to check merge was successful and formatting consistent.

jamesrweb avatar Feb 23 '23 14:02 jamesrweb

Conflicts are now resolved.

jamesrweb avatar Jun 18 '24 08:06 jamesrweb