Hi there,
Does this component work for reactive web?
How to use this component to restrict the input field
to only alphanumeric?
regards
Hi Ibox,
This one you can not use for reactive as it's created for traditional below are the link of input mask component which you can use in reactive application.
https://www.outsystems.com/forge/component-overview/7838/input-mask-react-o11
You can set pattern to restrict any type of data I would suggest you to read documentation of component. What you want everything is mentioned there.
-Arun
Doesn't this receive an REGEX expression to limit it?