Add mask to inputs #1093
Unanswered
gpacetools
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, i didnt find anything on the docs, but I was wondering if its possible to add mask on the inputs?
Ex:
@formfield('input', [
'name' => 'telefone',
'label' => 'Telefone',
'placeholder' => '+55 41 00000-0000',
'translated' => true,
'maxlength' => 100,
'required' => true,
'mask' => ['+## ## ####-####','+## ## #####-####']
])
Beta Was this translation helpful? Give feedback.
All reactions