-
Notifications
You must be signed in to change notification settings - Fork 18
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
Auto-Close the Picker on selection of day? #7
Comments
Made this in my fork (branch name 'close-by-selection') |
<date-picker [showClearButton]="false" ngModel name="date" [closeBySelection] = "false"> ERROR Error: Uncaught (in promise): Error: Template parse errors:
|
<date-picker [closeBySelection]="true" mode="date"> |
@CodeHuntstarts can you help me <date-picker [closeBySelection]="true" [showClearButton]="false" [formControl]="searchFilterFrom.controls['start_date']" mode="datetime"> ERROR Error: Uncaught (in promise): Error: Template parse errors: |
Is there a way to auto-close the picker once a specific day has been selected?
The text was updated successfully, but these errors were encountered: