Skip to content
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 with time should keep panel open when selecting a day value #3584

Closed
abizit opened this issue Aug 7, 2017 · 5 comments
Closed

Calendar with time should keep panel open when selecting a day value #3584

abizit opened this issue Aug 7, 2017 · 5 comments
Assignees
Labels
Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone

Comments

@abizit
Copy link

abizit commented Aug 7, 2017

Hello, Im using the Calendar with time as shown in https://www.primefaces.org/primeng/#/calendar. Im wondering if is it possible for the popup to not close when a day is selected.
My code is as follows:

<p-calendar id="expiry" formControlName="ExpirationDate" [showTime]="true"
                                            [readonlyInput]="true" [hourFormat]="24" [monthNavigator]="true"
                                            [yearNavigator]="true" [yearRange]="'1980:2050'"
                                            [styleClass]="'p-dt-picker'"></p-calendar>

Using Angular 4+ with Angular cli 1.2.6

@huseyinturkmenoglu
Copy link
Contributor

Did you do [inline]="true" ?

If you didn't, could you try please?

I hope it's helps in finding a solution.

@abizit
Copy link
Author

abizit commented Aug 7, 2017

@huseyinturkmenoglu I did but picker is now no more a popup. I want the picker to be popup just not close when selecting a day.

Thanks.

@cagataycivici
Copy link
Member

Why do you need to keep it open?

@abizit
Copy link
Author

abizit commented Aug 7, 2017

@cagataycivici well i want the user to be able to change the time as well at one go. Right now user needs to select the day and open the picker again to change the time.

@DavyDeDurpel
Copy link

+1

@cagataycivici cagataycivici self-assigned this Oct 19, 2017
@cagataycivici cagataycivici added Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add Status: Pending Review Issue or pull request is being reviewed by Core Team labels Oct 19, 2017
@cagataycivici cagataycivici added this to the 4.2.3 milestone Oct 19, 2017
@cagataycivici cagataycivici changed the title Calendar with time automatically closes when selecting a day value. Calendar with time should keep panel open when selecting a day value Oct 19, 2017
@cagataycivici cagataycivici removed the Status: Pending Review Issue or pull request is being reviewed by Core Team label Oct 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add
Projects
None yet
Development

No branches or pull requests

4 participants