easepick icon indicating copy to clipboard operation
easepick copied to clipboard

Date range picker. Uses Shadow DOM, lightweight size, no dependencies.

Results 78 easepick issues
Sort by recently updated
recently updated
newest added

**Describe the bug** On select trigger is not going in on change of HH:mm **To Reproduce** Steps to reproduce the behavior: `_this.pickerAdd = new easepick.create({ element: addTaskDiv.find("#date-task")[0], css: [GlobalVariables.baseUrl +...

When used in a form the tab key allows navigation between form elements but the calendar doesn't appear when it's elements are selected via keyboard. Similar to Issue #88

I apologize if this feature is already present, but I was wondering if anybody knew if it was possible to limit the range of the dates being picked. For my...

**Describe the bug** When input with calendar is close to the right edge of the window, calendar might overflow viewport and cause horizontal scrollbar to appear. **To Reproduce** Steps to...

**Describe the bug** I wan't use the library with custom element inputs. **Expected behavior** Set value of element not inner text **Code Playground** https://jsfiddle.net/enes5519/nygxf7tz/

Hello I experience a bug when I try to dynamically change the language of a date picker using renderAll(). The arrows to go to the next and the previous months...

Check if autoApply is set onMouseLeave. Prevents date selection from clearing when autoApply is false. Fixes #194

**Describe the bug** When you're repicking dates and `onMouseLeave` is run with `repick: true` and `autoApply: false`, your calendar selection will reset. **To Reproduce** Steps to reproduce the behavior: 1....

If `autoApply` is false, the method `initializeRepick()` on the RangePlugin will apply the end date to the start field. Only setting the `end` when the length of `this.picker.datePicked` is equal...

**Describe the bug** When trying to specify options for the KbdPlugin when creating the easepick, I got an lint error message from Typescript that it's not part of the IPickerConfig...