When I add elements library e-date-picker there is a cross "x" to clear the selected dates. It works unless I add @change event - when I do so I cannot clear the data using "x". Can anyone advise how to fix it so that I could clear the data using "x"?
<el-date-picker @change="filterResults" style="margin-bottom: 20px" v-model="timerange" type="daterange" start-placeholder="Start date" end-placeholder="End date" :default-time="['00:00:00', '23:59:59']"> </el-date-picker>
2.1m questions
2.1m answers
60 comments
57.0k users