mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 12:56:46 +08:00
Added DraftEditorProps props to improve mobile web behaviors when user typing
This commit is contained in:
5
types/draft-js/index.d.ts
vendored
5
types/draft-js/index.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user