Alexander Koleda

Results 2 comments of Alexander Koleda

@clarkja69 Hi! One dirty workaround (founded by disable prev/next buttons) is: ``` javascript onfocusTextField: function () { // set disabled all another fields } onblurTextField: function() { // set enabled...

It looks like need to remove the latest "Z" from "zonedTime" string: ``` test('zonedTimeToUtc', () => { const zonedTime = '2022-02-02T17:00:00.000Z'; const timezone = 'Europe/Helsinki'; // YOUR TIMEZONE (e.g. Helsinki...