Pass Date object for Action Input Value#1029
Conversation
|
I'm not quite sure why this has to be done in nc/vue and not just in the files app where it's needed. |
ec93a1b to
311c368
Compare
|
Closing then: nextcloud/server#20538 |
|
I think we should still merge this since other apps pass in |
|
|
Ah right, I confused myself! This is the other pr! 🙄 |
|
@skjnldsv check the changes again. All the changes from date to string are gone :) |
|
If I'm reading this correctly, it looks like |
Signed-off-by: Gary Kim <gary@garykim.dev>
311c368 to
4592bfd
Compare
For addressing nextcloud/server#20520
vue2-datepickerexpects a v-model with aDatebut the value type checks for string only.