I would like to have the TabIndex property to all input components, like ComboBox, NumericTextBox, all date inputs and pickers and so on.
1 comment
ADMIN
Svetoslav Dimitrov
Posted on:13 Aug 2020 14:50
Hello,
In the meantime, you can wrap the components that do not currently have the TabIndex property in a <div> and provide the tabindex html property to that <div> element.