PF4 DatePicker DateFormat and DateParser #1329
Replies: 4 comments 1 reply
-
Hi. You check the PF docs: https://www.patternfly.org/v4/components/date-picker#calendarformat If you don't find the answer you are looking for, I recommend opening an issue/discussion in the PF repo: https://github.com/patternfly/patternfly-react |
Beta Was this translation helpful? Give feedback.
-
I've checked the PF4 docs and the component itself does support this. Passing the props via data-driven-forms doesn't seem to work as the props never land on the PF4 component. I was hoping I was missing something obvious, I'll dig a little deeper today. |
Beta Was this translation helpful? Give feedback.
-
Took a quick look at the MUI data-driven-forms code and it passes a My guess is there is something missing on the PF4 wrapper side. If that's the case I'll provide a PR as soon as possible. Cheers! |
Beta Was this translation helpful? Give feedback.
-
That was my mistake. You are correct! I had placed those props in the |
Beta Was this translation helpful? Give feedback.
-
Anyone know how to control the format of the date picker for PF4 such that it's MM-DD-YYYY?
Beta Was this translation helpful? Give feedback.
All reactions