-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(datepicker): There is a way of use datepickers in reactives forms? #893
Comments
I also have this problem. |
Is there a way to use datepicker in reactive form? |
Actually i need to use validators on each form, so i was wondering if there You are receiving this because you are subscribed to this thread. |
+1 |
I need this too. :( |
@GuskiS If you need a workaround: I had to pull in the PrimeNG library to get a datepicker I can use with reactive forms. |
@iherbivore Thanks, I will look into. |
Sweet, any ideas when this gonna be NPM? |
I need to add new injection service, to work with 2.2+ |
With out hacks |
I'm anxious to see this change released as well, and there is the same issue with the typeahead control... |
BTW date picker should work with reactive forms in latest versions |
I tried it in v1.1.16-7 and it wasn't working when used like this: <datepicker [formControlName]='field.name' [name]='field.name' ...></datepicker> because |
Update came somewhere 16-9+ |
i want to use timepicker with formControlname="time", but get NaN as a value. Is this because it's not supported or i'm doing something wrong? |
Facing the same issue. If it's working with the newest version, so that would would be nice to have a working plunkr as example and updated documentation as well. |
throws: I'm also facing the same problem any solution to this ? |
Any news? |
This week finishing modal service and time picker, |
We need this feature! |
any news on this feature ? |
Latest and @next versions has it for a long time |
Actually i need to use validators on each form, so i was wondering if there is a way of use FormControl instead of ngModel, thanks in advance.
The text was updated successfully, but these errors were encountered: