-
Updated
Feb 15, 2022 - TypeScript
angular9
Here are 767 public repositories matching this topic...
-
Updated
Mar 8, 2022 - HTML
-
Updated
Apr 1, 2022 - Less
-
Updated
Mar 26, 2022 - TypeScript
-
Updated
Mar 7, 2022 - TypeScript
-
Updated
Aug 20, 2020 - TypeScript
-
Updated
May 25, 2021 - TypeScript
-
Updated
Mar 26, 2022 - TypeScript
-
Updated
Mar 2, 2022 - TypeScript
Unit Testing
-
Updated
Mar 24, 2022 - TypeScript
-
Updated
Mar 2, 2022 - SCSS
-
Updated
Mar 2, 2022 - Java
-
Updated
Mar 31, 2022 - HTML
Hi.
Thank you for creating a wonderful component.
I wanted to suggest two improvements with the UI of the component.
-On selecting a predefined range that exists within the same month (like yesterday, today, 20th-24th of the same month etc.), both the calendar tables show the same month. It would be better if a check could be made in this regard and the selected dates be shown in only one t
-
Updated
Mar 2, 2022 - TypeScript
-
Updated
Mar 2, 2022 - TypeScript
-
Updated
Mar 31, 2022 - TypeScript
-
Updated
Sep 3, 2021 - TypeScript
-
Updated
Feb 12, 2022 - TypeScript
-
Updated
Mar 15, 2022 - TypeScript
-
Updated
Mar 2, 2022 - TypeScript
-
Updated
Mar 2, 2022 - TypeScript
-
Updated
Apr 7, 2022 - TypeScript
The FlatpickrOptions interface currently sets defaultDate type as string | Date
. For 'multiple' and 'range' type instances the default date needs to be an array of strings or dates - see Flatpickr options.
In my local instance I have changed the defaultDate interface to accept string | string[] | Date | Date[]
and can confirm that it works with
Improve this page
Add a description, image, and links to the angular9 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the angular9 topic, visit your repo's landing page and select "manage topics."
This is an amazing piece of work – no doubt. That being said where are the unit tests. No one is going to take this lib seriously without unit tests. Do what you need to do but this library should be the goto solution for angular development with complex and/or dynamic forms. The only reason it isn't is because of the lack of unit tests. Realistically I can't trust this library when it lacks basi