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
I had encountered this issue in IE11. "<textarea class=xx datetime-picker=..." this works fine, but "<input type="text" class=xx datetime-picker=..." this failed with error "Multiple directives asking for new/isolated..".
The only workaround I could find is add a new div tag to encapsulate the input tag and move "datetime-picker=..." to the div tag. This is a workaround but the drop down panel and input lost connection. Do you have any other solution for this issue?
The text was updated successfully, but these errors were encountered:
The reason is I rely on another package "angular-date-picker-polyfill" which defined a directive called "input", so IE11 will popup error "Multiple directives asking..."
Write here just in case other guys might encountered same issue.
Hey there,
I had encountered this issue in IE11. "<textarea class=xx datetime-picker=..." this works fine, but "<input type="text" class=xx datetime-picker=..." this failed with error "Multiple directives asking for new/isolated..".
The only workaround I could find is add a new div tag to encapsulate the input tag and move "datetime-picker=..." to the div tag. This is a workaround but the drop down panel and input lost connection. Do you have any other solution for this issue?
The text was updated successfully, but these errors were encountered: