ng2-flatpickr icon indicating copy to clipboard operation
ng2-flatpickr copied to clipboard

Angular 2+ wrapper for flatpickr (https://github.com/chmln/flatpickr)

Results 49 ng2-flatpickr issues
Sort by recently updated
recently updated
newest added

**Describe the bug** javascript global variable is not available on node.js and used within core plugin. **Reproduction** just start new angular universal project and put flatpickr on the page **Expected...

I'd like to be able to leverage [onDayCreate from flatpickr2](https://flatpickr.js.org/events/) which would require adding a hook in the config. If this is something you'd consider, you might also provide support...

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 5.0.5. Release notes Sourced from y18n's releases. y18n v5.0.5 Bug Fixes address prototype pollution issue (#108) (a9ac604) y18n v5.0.4 Bug Fixes exports: node 13.0 and...

dependencies

Hello, As far as I can tell this lib does not support plugins https://flatpickr.js.org/plugins/ Am I wrong? Are you planning to add this functionality to this libary? Thank you

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...

dependencies

Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 13.1.1 to 18.1.3. Release notes Sourced from yargs-parser's releases. yargs-parser v18.1.3 Bug Fixes setArg: options using camel-case and dot-notation populated twice (#268) (f7e15b9) yargs-parser v18.1.2 Bug Fixes...

dependencies

Currently it is only possible to add an id to the input in the flatpicker component by querying elements in the dom. Since this should be avoided if possible, there...

> I am experiencing the same issue in **Angular** component.html `` component.ts ``` inlineDateOptions: FlatpickrOptions = { inline: true, wrap: false }; ``` **ISSUE**: unable to get a date in...

Hi, weeks before I have found a overview page which version of ng2-flatpickr is supporting which angular version. I cannot find this information anymore. I tuink I have found this...

**Is your feature request related to a problem? Please describe.** Please Update documentation to describe the use of the directive [flatpickr] **Describe alternatives you've considered** I have looked in the...