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:
Oscar Franco
2017-08-02 13:18:24 -07:00
committed by Sheetal Nandi
parent 9334216df7
commit 8a10ec0251
+2
View File
@@ -1852,6 +1852,8 @@ declare namespace __MaterialUI {
autoFocus?: boolean;
min?: number;
max?: number;
maxlength?: string;
minlegnth?: string;
step?: number;
autoComplete?: string;
}