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

Bumps [dot-prop](https://github.com/sindresorhus/dot-prop) from 4.2.0 to 5.2.0. Release notes Sourced from dot-prop's releases. v5.2.0 Allow specifying undefined as the object for .get() and .has() (#58) a6be343 https://github.com/sindresorhus/dot-prop/compare/v5.1.1...v5.2.0 v5.1.1 Prevent setting/getting some...

dependencies

I'm creating a `FormGroup` with a field `birthday` and want to hook it up with a `ng2-flatpickr` component. If I select a date the formgroup now has the correct value....

bug
help wanted

**Describe the bug** I am using ng2-flatpickr in angular9, when i select more-range, and showMonths-2, the dates are starting from sunday on all months. i am using airbnb theme, but...

I want to hide the HTML. I make ` ` . It works but when I click it to open, it shows at the top of the page. Not from...

Bumps [acorn](https://github.com/acornjs/acorn) from 7.1.0 to 7.1.1. Commits 6d19489 Mark release 7.1.1 793c0e5 More rigorously check surrogate pairs in regexp validator b5c1787 Fix incorrect comment in regexp parser 12ae8fe Parameterize dummy...

dependencies

**Describe the bug** Hi, I found an issue where some Angular's classes for form are not set up correctly on some cases : If using AltInput, the `ng-touched` is not...

I have form and inside there I use an ion-item element to structure the form. Basically something like this: ```html Time Date: ``` But the ng2-flatpickr doesn't get render when...

help wanted
needs reproduction

When using only the time picker with the calendar disabled inside a reactive form, the form value is always `null` after having selected a time. Example: https://stackblitz.com/edit/angular-ah7ccb

good first issue
angular

Using redux and change locale should update all the labels etc. Only thing that isn't updated is the flatpickr config while it is changed in the ngonchange. Any ideas?

bug
help wanted