Steve Schrab

Results 6 issues of Steve Schrab

Is there an Angular 2 version of this package out there or being planned? Or is there something in Angular 2 that I missed that addresses this problem?

I think since SVG is graphical markup language, I would hazard a guess that most of the time the elements are "empty." Working with large SVGs can make all those...

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 using the Range Plugin with the `repick` option set to **true** and `autoApply` set to **false**, "repicking" the start date incorrectly sets the start date value...