浏览代码

Fix input mask example in docs (#2318)

Co-authored-by: Paweł Kuna <[email protected]>
ethancrawford 4 月之前
父节点
当前提交
e546706f4c
共有 2 个文件被更改,包括 6 次插入0 次删除
  1. 5 0
      .changeset/dry-spiders-double.md
  2. 1 0
      docs/content/ui/forms/form-input-mask.md

+ 5 - 0
.changeset/dry-spiders-double.md

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

+ 1 - 0
docs/content/ui/forms/form-input-mask.md

@@ -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