You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have an Angular 2 app that uses jQuery 3.1.1 and jQuery-UI 1.12.1. When I try to generate the picker, it successfully hides the input and writes the button, but doesn't get much more.
<divclass="form-group"><labelclass="inline-title">Date Range:</label><inputdaterrngepicker=""
ng-reflect-options="[object Object]"
ng-reflect-start-date="Tue Jan 10 2017 15:32:07 GMT-0600 (Central Standard Time)"
ng-reflect-end-date="Thu Feb 09 2017 15:32:07 GMT-0600 (Central Standard Time)"
style="display: none;"><buttontype="button"
class="comiseo-daterangepicker-triggerbutton comiseo-daterangepicker-bottom"
id="drp_autogen0"></button></div>
The latest beta works with both jQuery 3.1.1 and jQuery-UI 1.12.1 (save for some small bug which depends on jQuery UI https://bugs.jqueryui.com/ticket/15129)
The HTML for button is created by the widget, so you are not supposed to included it in your source.
Has this been tested with jQuery 3?
We have an Angular 2 app that uses jQuery 3.1.1 and jQuery-UI 1.12.1. When I try to generate the picker, it successfully hides the input and writes the button, but doesn't get much more.
In Angular Directive
Options
Any ideas?
The text was updated successfully, but these errors were encountered: