-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Calendar needs "onClose" event #1874
Comments
There is an onBlur event on calendar which is exactly what you want i guess. @bomberblue07 |
@Mrtcndkn onBlur fires always, when input text blurred (when you click on calendar window) |
@Mrtcndkn, add onClose please. |
This fix is broken in Firefox - event is not defined: bindDocumentClickListener() {
this.onClose.emit(event); need to pass in event object |
How to allow p-calendar to display only years. I didn't found any property for this. could you please help me in this. |
I'm submitting a ... (check one with "x")
It would be nice if the Calendar emitted an "onClose" event that fires when the user has potentially selected a date and is done interacting with the Calendar. That way, any code I need to fire when a date/time is selected, doesn't fire every time the user increments the minute.
The text was updated successfully, but these errors were encountered: