gwt-material
gwt-material copied to clipboard
MaterialCheckBox tabindex is set on the invisible input element
MaterialCheckBox wraps an input that is absolutely positioned to the left by -9999px and thus is not visible. Calling setTabIndex on MaterialCheckBox sets the tabindex attribute on the invisible input, which doesn't really do anything. Instead the tabindex attribute of the label should be set since that is the actual visible element and also the one that toggles the value of the checkbox on click.
Will revalidate this and will patch on GMD 2.3
Hey, is Release 2.3 planned for this year? The Tabindex problem is bugging me...