How send only masked value on submit? #165
Unanswered
guuhgalvao
asked this question in
Q&A
Replies: 2 comments
-
Hi @guuhgalvao , if you are able to get the values masked and masked from maska ( events ), you are able to set the masked value in a variable in JS and/or hidden input in the html. From that point you could put the value in a form. If you had a sandbox, I could help you. Best Regards, |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey @jboada, Is there no other way? I'm working with Filament (https://filamentphp.com/), so I need the value sent to be the masked one to avoid unnecessary modifications. Thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When form is submited i receive a json string with masked|unmasked|completed options, but i want send masked value.
How i do it?
Beta Was this translation helpful? Give feedback.
All reactions