1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-22 01:44:25 +04:00

remove unused cofig from code

This commit is contained in:
codecalm
2025-01-03 02:43:09 +01:00
parent 7ebb863fbd
commit 9be6ea257c
43 changed files with 168 additions and 168 deletions

View File

@@ -11,7 +11,7 @@ description: An input mask is a used to clarify the input format required in a g
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.
```html example code centered columns={1}
```html example centered columns={1}
<label class="form-label">Telephone mask</label>
<input type="text" name="input-mask" class="form-control" data-mask="(00) 0000-0000" data-mask-visible="true" placeholder="(00) 0000-0000" autocomplete="off" />
```