docs(input): fix typo in mask example (#4334)

This commit is contained in:
Julien Augugliaro
2025-06-12 23:48:01 +02:00
committed by GitHub
parent 5170cfd7eb
commit 67ef866a40

View File

@@ -280,7 +280,7 @@ This example uses the `defineShortcuts` composable to focus the Input when the :
### With mask
There's no built-in support for masks, but you can use librairies like [maska](https://github.com/beholdr/maska) to mask the Input.
There's no built-in support for masks, but you can use libraries like [maska](https://github.com/beholdr/maska) to mask the Input.
::component-example
---