<textarea>
(textMode=”multiline”) element the caret position behaviour can be inconsistent. In some browsers, Gecko-based (Firefox) and WebKit-based (Chrome, Opera, Safari) when a is focused, the insertion point is placed at the beginning of the text by default, instead of at the end as observed in Internet Explorer. To provide consistent behavior the selectionOnFocus default value is set to selectAll
instead of browserDefault
<input>
base element. If the base element is <input>
, setting the textMode
option to multiline is not supported.<textarea>
, the textMode
option is set to multiline and cannot be changed.buttonType
, textMode
, dropDownOnReadOnly
, visibleItemsCount
, and dropDownAttachedToBody
options is not supportedView on GitHub