From e546706f4c53a2e5d337e0430b744328aec288d7 Mon Sep 17 00:00:00 2001 From: ethancrawford Date: Tue, 6 May 2025 01:48:01 +0800 Subject: [PATCH] Fix input mask example in docs (#2318) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Paweł Kuna <1282324+codecalm@users.noreply.github.com> --- .changeset/dry-spiders-double.md | 5 +++++ docs/content/ui/forms/form-input-mask.md | 1 + 2 files changed, 6 insertions(+) create mode 100644 .changeset/dry-spiders-double.md 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