plotly / dash-daq

Control components for Dash
MIT License
141 stars 40 forks source link

Boolean switch indicates there is a size prop in documentation, but prop isn't listed. #15

Closed mtwichan closed 5 years ago

mtwichan commented 6 years ago

The boolean switch in the documentation says there is a size prop, but when attempting to use this prop with the component, it's clear that this prop is missing.

TypeError: Unexpected keyword argument `size`
Allowed arguments: className, color, disabled, id, label, labelPosition, on, style, theme, vertical

booleanswitch

shammamah-zz commented 5 years ago

Closed (added correct props to Dash Docs for all Dash DAQ components).