Using the pattern attribute on oj-input-text element
Summary
Is there any support for the pattern attribute for text inputsContent
HTML5 introduced the attribute pattern for text (and other) input types. It takes a regular expression then validates the form accordingly (similar to required attribute). I see it mentioned https://docs.oracle.com/middleware/jet202/jet/reference-jet/oj.ojInputText.html#pattern but it doesn't seem to work with an <oj-input-text> tag. Instead I had to create a custom validator.
I have two questions.
1. Is this attribute going to be supported in the future
2. What is the harm in me changing the <oj-input-text> tag with a normal Oracle Jet tag so I can take advantage of this attribute?
1