so-widgets-bundle
so-widgets-bundle copied to clipboard
Text Form Field: Add support for pattern
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.