1

The current implementation of ChoiceGroup (view-type: verticalfixed) has three states: unselected, hover, selected. When using this component on a phone with a keypad, UP and DOWN key events hover the individual choice group elements and FIRE would actually select the element.

Is there a way in which I can modify this behavior so that hover == selection ?

Lucifer
  • 29,392
  • 25
  • 90
  • 143
Kiran Kuppa
  • 1,457
  • 10
  • 18

1 Answers1

0

Use getselectedIndex under FIRE. Hover is just css. //#style hoverChoicegroup

for css

.hoverChoicegroup{

}

.hoverChoicegroup:hover{

}
Himanshu
  • 31,810
  • 31
  • 111
  • 133