pwix:date-input

v1.0.1Published 3 months ago

pwix:date-input

What is it ?

A small package which provides an advanced component to enter a valid date:

  • have an input field, with a standard (jQueryUI) date picker
  • have a visual check with a real-time label on the side.

Installation

This Meteor package is installable with the usual command:

    meteor add pwix:date-input

Usage

1    {{> DateInput (parmsDate) }}
1    import { DateInput } from 'meteor/pwix:date-input';

Provides

DateInput

The exported DateInput global object provides following items:

Functions

DateInput.configure()
See [below](#configuration).

NPM peer dependencies

Starting with v 1.0.0, and in accordance with advices from the Meteor Guide, we no more hardcode NPM dependencies in the Npm.depends clause of the package.js.

Instead we check npm versions of installed packages at runtime, on server startup, in development environment.

Dependencies as of v 1.0.0:

1    'jquery-ui': '^1.13.3',
2    'lodash': '^4.17.0'

Each of these dependencies should be installed at application level:

    meteor npm install <package> --save

Translations

None at the moment.

Cookies and comparable technologies

None at the moment.

Issues & help

In case of support or error, please report your issue request to our Issues tracker.


P. Wieser

  • Last updated on 2024, Jun. 28th