Month Picker - Add-on/customization of date picker or new component #5573
rebeccaalpert
started this conversation in
Feature requests
Replies: 0 comments 1 reply
-
Converting for more discussion |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is this a new component or an extension of an existing one?
Right now, PatternFly offers a date picker, but not a month picker. We have a workaround for now, but we were wondering if PatternFly would be interested in a month picker contribution. We needed one for our app and wound up forking/customizing the PatternFly date picker to do what we needed.
Describe the feature
PatternFly has a date picker, but not a month picker. We needed to allow users to filter data by a month rather than a specific date. My team was using react-month-picker before, but ran into some issues in the context of PatternFly layout components. It also couldn't be used with a keyboard.
We pulled in the date picker code from PatternFly and modified it to do what we needed for now; here is a screenshot from our app:
I wanted to open a conversation here to find out if you would be interested in an upstream contribution, and if so, what would be involved.
Beta Was this translation helpful? Give feedback.
All reactions