mirror of
https://github.com/tabler/tabler.git
synced 2025-12-27 07:44:59 +04:00
598 B
598 B
title, description
| title | description |
|---|---|
| Input mask | An input mask is a used to clarify the input format required in a given field and is helpful for users, removing confusion and reducing the number of validation errors. |
Default markup
Use an input mask in the fields where users have to enter their phone number, to make the formatting rules clear and help them avoid confusion.
{% capture code %} Telephone mask {% include ui/form/input-mask.html mask="(00) 0000-0000" placeholder="(00) 0000-0000" visible=true %} {% endcapture %} {% include example.html code=code %}