API Reference
Namespaces
Classes
Events
Global
Externals

Namespace: cq-datepicker

WebComponents. cq-datepicker

Date picker web component <cq-datepicker>.

This web component enables users to enter dates. It works as a wrapper for the Pikaday datepicker, and as such, requires Pikaday.js as a dependency. When the web component loads, it looks for a div with the ID "datepicker" and loads the Pikaday datepicker on that div.

Since:
  • 7.3.0

Example

<cq-datepicker>
    <div id="datepicker"></div>
</cq-datepicker>