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

View File

@@ -0,0 +1,5 @@
---
"@tabler/docs": patch
---
Fix input mask example in docs

View File

@@ -2,6 +2,7 @@
title: Input mask 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. 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. description: Clarify input formats for users.
docs-libs: imask
--- ---
## Installation ## Installation