Q-date - v-for - close dialog
-
Hi,
I’m using q-date inside a v-for, hide() is not working. -
Yes. You need to be able to address each of the inputs properly i.e. uniquely. Right now, all inputs have the same ref and v-model.
Check this out.
https://codepen.io/smolinari/pen/LYEdjwp?editors=1010
Scott
-
Perfect.
Thanks -
@fpchagas - I’ve updated the pen so it is cleaner by using the dates array (changed from date) to iterate over in the v-for.
Scott