0👍
I found an alternative solution to hide the second calendar by overriding the CSS. I’m posting my answer here to help other people who might encounter this problem.
.daterangepicker {min-width: unset !important;}
.drp-calendar.col.right{ display: none; }
- [Vuejs]-How to get redirect url in Vuejs from Laravel/Passport
- [Vuejs]-How to handle different toolbars for different pages in vue.js
Source:stackexchange.com