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 252

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 5

Forks: 0

Open Issues: 1

Language:JavaScript

Type:silverstripe-vendormodule

1.1.3 2021-05-12 15:34 UTC

This package is auto-updated.

Last update: 2024-04-17 17:35:54 UTC


README

Adds a polyfill for browsers that do not support the input type datetime-local to the DatetimeField form field

Maintainer Contact

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.