Questions tagged [element-plus]

117 questions
0
votes
1 answer

How can I disable time in element plus datetime picker

I am using element plus DateTimePicker with vue3. how do I disable past time, from today's date. I didn't find any prop for the same
Uma U
  • 51
  • 5
0
votes
0 answers

Remove upload button in "el-upload" with list-type="picture-card" from Element Plus when one file uploaded

I want to remove this empty square when file is already uploaded, and show again, if there is no files. el-upload file and upload button I wrote this code but it actually do nothing in case of hiding/showing this button.