tiny-date-picker
tiny-date-picker copied to clipboard
How to use it in bootstrap-vue modal?
It just not displayed completely
solution:
this.$root.$on('bv::modal::shown', (bvEvent, modalId) => {
console.log('Modal is about to be shown', bvEvent, modalId);
TinyDatePicker(this.$refs.<element_ref_name>, {
mode: 'dp-permanent',
});
});