Vuepic / vue-datepicker

Datepicker component for Vue 3
https://vue3datepicker.com
MIT License
1.38k stars 137 forks source link

calendar icon show only #915

Closed Thuytran79 closed 2 weeks ago

Thuytran79 commented 3 weeks ago

I want to show calendar icon only. not show Input field. Can you guide me?

lupus78 commented 3 weeks ago

You can use custom input or trigger element, see: https://vue3datepicker.com/slots/trigger-and-input/

In one of my projects I had to show the calendar in my own custom overlay, so I uses the inline option, see: https://vue3datepicker.com/props/modes/#inline

Jasenkoo commented 2 weeks ago

As @lupus78 said. Closing.