Easepick
Security covered
Easepick is a date picker. Tiny size, no dependencies. This module allows integration of easepick into Drupal Forms.
No configuration setting at the current stage. With this module you can implement the easepick interface with your date fields.
Features
* No dependencies
* Uses Shadow DOM(opens new window)
* Supports plugins
Community Documentation
* Module issues queue
* Doc at https://easepick.com/
Usage
Add the "easepick" to your forms via code
....
// Give easepick features to this form.
$form['easepick'] = [
'#value' => TRUE,
'#type' => 'value',
];
....
Depends on
Dependencies of the latest stable release
No dependencies recorded for this project.
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.
Activity
Releases
| Version | Type | Core | Notes | Release date | |
|---|---|---|---|---|---|
| 1.1.0 | Stable | Drupal 11 compatibility fix | Nov 4, 2024 |