gwtbootstrap3 / gwtbootstrap3-extras

Extra (third party) wrappers for GwtBootstrap3
Apache License 2.0
43 stars 89 forks source link

ToggleSwitch setVisible() not working #272

Closed ahumellihuk closed 8 years ago

ahumellihuk commented 8 years ago

ToggleSwitch setVisible(boolean visible) method implementation only hides the input element, not the whole wrapper div. This is due to getElement() returning the input element.