srebelo001

Results 5 comments of srebelo001

@djibe I'm also looking forward to try the v4.3.1. Do you need any help? I can make some tests for example

@djibe With npm you can use the following command: Navigate to the root directory of your project and ensure it contains a package.json file: cd /path/to/project In your project root...

![image](https://user-images.githubusercontent.com/57515608/68514216-ff3ef780-0274-11ea-92dc-ca88219403e7.png) An example when I updated the packages through Node.js command prompt

There's a workaround for this issue. Tested on Chrome Version 78.0.3904.108 (Official Build) (64-bit) When initializing the datepicker use the following: $('[id*="inputDatePicker"]').on('mousedown', function (event) { event.preventDefault(); }).pickdate() In this case...