webbuilders-group / silverstripe-datetime-picker-polyfill
Adds a polyfill for browsers that do not support the input type datetime-local to the DatetimeField form field
Installs: 1 413
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 0
Open Issues: 1
Language:JavaScript
Type:silverstripe-vendormodule
Requires
- silverstripe/admin: ~1.4
README
Adds a polyfill for browsers that do not support the input type datetime-local to the DatetimeField form field
Maintainer Contact
- Ed Chipman (UndefinedOffset)
Requirements
- SilverStripe 4.4+
- SilverStripe Admin 1.4+
When used outside the SilverStripe Admin
- React ^16.11.0
- ReactDom ^16.11.0
- MomentJS
- ModernizerJS (with at least inputtypes)
- classnames ^2.2.6
- prop-types ^15.7.2
Installation
composer require webbuilders-group/silverstripe-datetime-picker-polyfill
Configuration
This module should apply itself to all instances of SilverStripe\Forms\DatetimeField
out of the box so no configuration should be needed.