UNPKG

react-onsenui

Version:

Onsen UI - React Components for Hybrid Cordova/PhoneGap Apps with Material Design and iOS UI components

14 lines (12 loc) 307 B
const INPUT_PROPS = { autoCapitalize: 'autocapitalize', autoComplete: 'autocomplete', autoCorrect: 'autocorrect', autoFocus: 'autofocus', inputMode: 'inputmode', maxLength: 'maxlength', minLength: 'minlength', readOnly: 'readonly', spellCheck: 'spellcheck' }; export default INPUT_PROPS;