angular - Angular2 Kendo-Datepicker Popup-overlay Throws Error -


i using kendo-datepicker controls on form. working expected except when datepicker opens calendar popup on top of input control, in:

kendo-datepicker ontop overlay

if opens underneath fine, on top seems break rest of controls using @progress/kendo-angular-popup dependency nonresponsive (requires form refresh). i've updated @progress/telerik controls latest versions, can't figure out why happening...

there no exceptions being thrown in console.

is there way disable behavior opens underneath? user have scroll down see calendar instead of flipping remain in viewport.

edit: updated angular version , getting error thrown in console when control open on top: error error: expressionchangedafterithasbeencheckederror: expression has changed after checked. previous value: 'true'. current value: 'false'.

there open issue @ https://github.com/telerik/kendo-angular/issues/687. current solution upgrade @progress/kendo-angular-dateinputs version 1.0.6, worked on end.

note: make sure remove necessary lines .npmrc file located @ %userprofile%\.npmrc use @progress new npmjs repo instead of private one. link reference.


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -