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
Package info
github.com/webbuilders-group/silverstripe-datetime-picker-polyfill
Language:JavaScript
Type:silverstripe-vendormodule
pkg:composer/webbuilders-group/silverstripe-datetime-picker-polyfill
1.1.3
2021-05-12 15:34 UTC
Requires
- silverstripe/admin: ~1.4
This package is auto-updated.
Last update: 2026-03-07 06:36:44 UTC
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.