mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Add maxLength type for material ui text field (#18345)
* Add maxLength type for material ui text field * Add minlength property and change maxLength to lowercase only
This commit is contained in:
committed by
Sheetal Nandi
parent
9334216df7
commit
8a10ec0251
Vendored
+2
@@ -1852,6 +1852,8 @@ declare namespace __MaterialUI {
|
||||
autoFocus?: boolean;
|
||||
min?: number;
|
||||
max?: number;
|
||||
maxlength?: string;
|
||||
minlegnth?: string;
|
||||
step?: number;
|
||||
autoComplete?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user