Added DraftEditorProps props to improve mobile web behaviors when user typing

This commit is contained in:
Roman Lysogor
2017-07-14 17:09:19 -07:00
parent ababb9cd46
commit c71499ee1b

View File

@@ -102,6 +102,11 @@ declare namespace Draft {
tabIndex?: number;
// exposed especially to help improve mobile web behaviors
autoCapitalize?: string;
autoComplete?: string;
autoCorrect?: string;
ariaActiveDescendantID?: string;
ariaAutoComplete?: string;
ariaDescribedBy?: string;