Skip to content

v0.0.8

Choose a tag to compare

@bakura10 bakura10 released this 09 Dec 10:37
· 12 commits to master since this release
  • Add the ARIA role to "alert" for error message (accessibility)
  • If a textarea has a required attribute and contains only blank spaces, it will trigger a "required" error message. This is the most common use case, and we cannot use the "pattern" attribute because it's not supported on textarea.