fix mask textarea

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent f9aa4555d8
commit b4a3d4c66a
2 changed files with 9 additions and 5 deletions

View File

@@ -83,4 +83,6 @@ export type MaskInputOptions = Partial<{
time: boolean;
url: boolean;
week: boolean;
// unify textarea element with text input
textarea: boolean;
}>;