Remco
Remco

Reputation: 683

VUEJS “Vue Hotel Datepicker” show calendar by default collapse open

We use https://github.com/krystalcampioni/vue-hotel-datepicker

By default the calendar is collapsed. On desktop resolution we want to show the calendar by default not collapsed but open.

exmaple:

enter image description here

Is this possible?

thanks ..renco

Upvotes: 0

Views: 387

Answers (1)

Nathan Hastings
Nathan Hastings

Reputation: 45

Yes it is:

<HotelDatePicker alwaysVisible="true"/>

Upvotes: 1

Related Questions