daattali / shinywc

1 stars 1 forks source link

Fix get/set of attributes to actually use attributes instead of properties #18

Closed daattali closed 3 years ago

daattali commented 3 years ago

Currnetly the javascript is using properties instead of attributes, which works for input knob because they happen to mirror each other, but it's generally wrong