datepicker: add clear button (#12480)

* datepicker: add clear button

* use close icon instead of "x" as text
This commit is contained in:
negue
2020-08-29 17:22:31 +02:00
committed by GitHub
parent 1b301e9c68
commit aa1ea74daa
2 changed files with 23 additions and 1 deletions

View File

@@ -276,6 +276,7 @@
:date.sync="task.date"
:disabled="challengeAccessRequired"
:highlighted="calendarHighlights"
:clear-button="true"
/>
</div>
</div>