bootstrap-input-spinner icon indicating copy to clipboard operation
bootstrap-input-spinner copied to clipboard

Uncaught TypeError: Cannot read properties of undefined (reading 'bootstrap-input-spinner')

Open dheeraj-ashokan opened this issue 2 years ago • 0 comments

Hi, I'm working on an Escape Game kind of website. I am using the ESCAPE theme by Themecube from Envato.

So for booking, I'm using the Woocommerce Booking plugin and while selecting the date from the calendar, the date picker feature is not working. I'm getting the above error on the console.

The plugin is working fine with the WP Storefront theme.

I'll attach the screenshots for your reference. Any leads to the solutions are much appreciated. bootstrap-input-spinner-error

<-- Error -->

input-spinner.js?ver=6.4.2:14 Uncaught TypeError: Cannot read properties of undefined (reading 'bootstrap-input-spinner') at $.fn.val (input-spinner.js?ver=6.4.2:14:24) at HTMLDivElement.select_date_trigger (date-picker.js:217:51) at e._selectDate (datepicker.min.js?ver=1.13.2:9:18851) at e._selectDay (datepicker.min.js?ver=1.13.2:9:18546) at HTMLTableCellElement.selectDay (datepicker.min.js?ver=1.13.2:9:26060) at HTMLTableCellElement.dispatch (jquery.min.js?ver=3.7.1:2:40035) at v.handle (jquery.min.js?ver=3.7.1:2:38006)

dheeraj-ashokan avatar Jan 10 '24 13:01 dheeraj-ashokan