Validate text input with pattern
So I'm in the process of building a form that needs to reference some off system data. Along with that I need to provide an input box with strict requirements. I know how to do this using the "forms" component, but I dont seem to be able to do this with the standard text input component.
on the other hand, if I use the forms component, I cant pull in the external data, but I can provide validation in the input box.
Is there a world where I can have both with either only the form component or non-form components (from a UI/UX standpoint this would be preferable)?
0 Replies