so-widgets-bundle icon indicating copy to clipboard operation
so-widgets-bundle copied to clipboard

Text Form Field: Add support for pattern

Open AlexGStapleton opened this issue 8 years ago • 0 comments

We should add support for the HTML5 pattern input attribute as it'll allow developers to easily add frontend validation rather than having to code something up. The pattern attribute is widely supported these days and there doesn't appear to be anything that needs to be factored in terms of compatibility as it should gracefully degrade if the browser doesn't understand it.

Slack Reference

AlexGStapleton avatar Jan 02 '18 08:01 AlexGStapleton