qDate YYYY/MM without DD ( monthpicker ) #13101
-
Hi I would like to ask for an additional prop in the qdate component. Sometimes i need to select a year and a month without a day of month. Some years ago there was an request for this prop... but it was closed because it was only asked for months without years #939 Some solved it hacky with emit-immediately and qPopupProxy... But i need the calendar not an input with an popup. I also did a hacky way with emit-immediately which then sets the view to months... but there is always this transition effect. Would it be possible to skip the day of month selection if there is a mask without a day or an additional prop to disable it? Vuetify Example: References |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 5 replies
-
it would be a very good improvement for the q-date of quasar I want it! |
Beta Was this translation helpful? Give feedback.
-
It would be awesome to have that. |
Beta Was this translation helpful? Give feedback.
-
try to play with this https://codepen.io/metalsadman/pen/xxYBqMo |
Beta Was this translation helpful? Give feedback.
-
I also need this prop , it will be great improvement for q-date , since there is many date-pickers provide the same feature |
Beta Was this translation helpful? Give feedback.
-
Would also love a prop for this. I know the codepen example exists but it's not a simple solution like a prop. |
Beta Was this translation helpful? Give feedback.
-
if you want to lock the month and year
|
Beta Was this translation helpful? Give feedback.
-
How about ranges on months / years view? Could we make the range selection to be separated from the date view so that we can have something like:
|
Beta Was this translation helpful? Give feedback.
@christeena-mary updated my codepen above https://codepen.io/metalsadman/pen/xxYBqMo