diff --git a/.changeset/dry-spiders-double.md b/.changeset/dry-spiders-double.md new file mode 100644 index 000000000..3f28a3f0a --- /dev/null +++ b/.changeset/dry-spiders-double.md @@ -0,0 +1,5 @@ +--- +"@tabler/docs": patch +--- + +Fix input mask example in docs diff --git a/docs/content/ui/forms/form-input-mask.md b/docs/content/ui/forms/form-input-mask.md index 99393f0a6..c1cacf18a 100644 --- a/docs/content/ui/forms/form-input-mask.md +++ b/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