Alex Harui wrote > What APIs are you referring to? My understanding is that FlexJS converts "org.apache.flex.html5.TextInput" to "<input>". The html5 "<input>" element provides an "required" and "pattern" attribute [1][2]. So the question is if it makes sense (and if it would be possible) to make all these html5 "build in" attributes available as properties in "org.apache.flex.html5.TextInput".
Thanks, Olaf [1] <input id="choose" required pattern="banana|cherry" name="i_like" > [2] https://codepen.io/ok-at-codepen/pen/pEEmKj -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/FlexJS-TextInput-Form-validation-tp13577p13583.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
