feat: add control disabled rule

This commit is contained in:
Hufe921
2023-11-28 21:37:28 +08:00
parent 8acce15e76
commit 1455a2afb2
11 changed files with 180 additions and 87 deletions
+1
View File
@@ -82,6 +82,7 @@ interface IElement {
underline?: boolean;
extension?: unknown;
deletable?: boolean;
disabled?: boolean;
code: string | null;
min?: number;
max?: number;