1
0
mirror of https://github.com/tabler/tabler.git synced 2026-06-17 12:50:03 +04:00

Fix input mask example in docs (#2318)

Co-authored-by: Paweł Kuna <1282324+codecalm@users.noreply.github.com>
This commit is contained in:
ethancrawford
2025-05-06 01:48:01 +08:00
committed by GitHub
parent 6d5e950235
commit e546706f4c
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@tabler/docs": patch
---
Fix input mask example in docs
+1
View File
@@ -2,6 +2,7 @@
title: Input mask
summary: An input mask is 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.
description: Clarify input formats for users.
docs-libs: imask
---
## Installation