dwqs / v2-datepicker

A simple datepicker component based Vue 2.x: https://dwqs.github.io/v2-datepicker/
MIT License
89 stars 21 forks source link

Let hide clear button when input is disabled #24

Closed iNeoO closed 6 years ago

iNeoO commented 6 years ago

Atm when input disabled, it's still possible to clear the input. Just hide the button when the input is disabled

dwqs commented 6 years ago

thx