wingspan/wingspan-forms

if a control mounts as noControl=true, then updates to noControl=false, the control is never attached

Opened this issue · 1 comments

Uncaught TypeError: Cannot read property 'value' of undefined

(The kendo widget was never attached to the dom)

Not as easy as I thought to fix - because the virtual dom changes if noControl changes, reconciling the dom that the kendo widget is attached to. I am going to work around this by setting a key to force remount if this happens