Can i use regex on TextInput::stripCharacters method?
I have one input masked as '(99) 99999-9999' and i want remove all non numbers characters

4 Replies
Try this:
the values are coming like this on
mutateFormDataBeforeCreate
method
Solution
@Leandro Ferreira this worked! ty!
