Details
Description
The attributes 'accesskey', 'alt', 'autocomplete', 'maxlength', 'size', and 'tabindex' are being passed through to the encompassing <div> element and not to the <input> element, where they could have an effect.
Issue Links
- is duplicated by
-
ICE-2315 maxlength attribute of ice:selectInputText does not work
-
- Closed
-
The same problem exists for the tabindex-attribute: it does not make sense to set the tabindex on a div-element. The user expects to be able to enter text into an ice:inputText component after pressing the tab key.