add missing textarea attributes

This commit is contained in:
Mike Deverell
2017-07-19 16:26:08 -04:00
parent 271b8ec0aa
commit d9420c7ffc

View File

@@ -2815,8 +2815,10 @@ declare namespace React {
}
interface TextareaHTMLAttributes<T> extends HTMLAttributes<T> {
autoComplete?: string;
autoFocus?: boolean;
cols?: number;
dirName?: string;
disabled?: boolean;
form?: string;
maxLength?: number;