Page MenuHomePhabricator

RadioSelectInputWidget doesn't support tabIndex
Open, LowPublic

Description

I attempted to use RadioSelectInputWidget in this patch but discovered that the tabIndex attribute silently disappears, I think because the base InputWidget HTML is suppressed?

I'm actually not sure what I would have expected, but maybe the tabIndex should be applied to each option? At least, that's what I'm going to switch to when working around this, by explicitly creating RadioInputWidgets.

Thanks for the nice library!