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

DatePicker doesn't show "next month" button icon when used inside FormKit #57

Closed
lmc3s3f0r opened this issue Sep 26, 2024 · 2 comments
Closed

Comments

@lmc3s3f0r
Copy link

Hi there! In my PrimeVue 4 unstyled project, I noticed that the "next month" button icon is not displayed.

This is a PrimeVue DatePicker component:
Screenshot from 2024-09-26 08-15-19

And the html code for the "next month" button:
Screenshot from 2024-09-26 08-19-48

And this is the DatePicker inside a FormKit:
Screenshot from 2024-09-26 08-15-33

And the html code:
Screenshot from 2024-09-26 08-20-05

The "previous month" button icon works correctly.

I managed to workaround this by adding some css to the class ".p-datepicker-next-button .p-button-icon", but since these classes were removed in a recent update of yours (which was cool, as they shouldn't be displayed), it's happening again, so I thought it's time to report it :)

sfxcode added a commit that referenced this issue Sep 26, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
…ecause the actual default use svg #57
@sfxcode
Copy link
Owner

sfxcode commented Sep 26, 2024

Hi,

removed defaults icons from date picker because maybe it causes problems in unstyled mode.

Please check if it works.

Greetings,

Tom

@lmc3s3f0r
Copy link
Author

Worked like a charm. Thanks a lot, Tom :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants