tiny-date-picker icon indicating copy to clipboard operation
tiny-date-picker copied to clipboard

How to use it in bootstrap-vue modal?

Open zachross90210 opened this issue 5 years ago • 1 comments

It just not displayed completely

zachross90210 avatar Dec 19 '19 15:12 zachross90210

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',
                });
            });

zachross90210 avatar Dec 19 '19 15:12 zachross90210