v0.0.8
- 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.