Questions tagged [el-date-picker]

2 questions
1
vote
1 answer

Element Plus Datepicker closes Veutify 3 dialog on change

As can be seen in the codepen below, whenever I select a date in the Element+ el-date-picker, the v-dialog component closes. Veutify 3 & Element+ Codepen Excpected behaviour would be to select the date and the dialog should stay opened. I have…
DigitalJedi
  • 1,577
  • 1
  • 10
  • 29
0
votes
2 answers

referencing el-date-picker inner elements

mounted() { console.log(this.$refs.datePickerRef.$el.querySelector('.el-input__inner'); } How do I convert this to vue3 options api? Tried ways suggested by chatgpt already, but nothing worked
Uma U
  • 51
  • 5