gwt-material icon indicating copy to clipboard operation
gwt-material copied to clipboard

MaterialCheckBox tabindex is set on the invisible input element

Open chamgda opened this issue 5 years ago • 2 comments

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.

chamgda avatar Jul 22 '19 10:07 chamgda

Will revalidate this and will patch on GMD 2.3

kevzlou7979 avatar Sep 05 '19 02:09 kevzlou7979

Hey, is Release 2.3 planned for this year? The Tabindex problem is bugging me...

DW-Saascom avatar Sep 16 '19 12:09 DW-Saascom