Open ijava85 opened 8 years ago
Was playing around with the declarative demo and came across this issue of "Cannot set property 'selected' of null". Any suggestions?
var scope = document.querySelector('template[is="dom-bind"]'); scope.selected = 0;
Was playing around with the declarative demo and came across this issue of "Cannot set property 'selected' of null". Any suggestions?
var scope = document.querySelector('template[is="dom-bind"]'); scope.selected = 0;