ibm-js / deliteful

Multichannel (desktop/mobile) UI Custom Elements Library
http://ibm-js.github.io/deliteful
Other
70 stars 36 forks source link

Combobox: <input> readonly property broken at widget creation time. #690

Closed brunano21 closed 7 years ago

brunano21 commented 7 years ago

Even if the widget is set i.e. in autoFilter=false OR selectionMode=multiple, at the creation time the widget's inputNode does not have the readonly attribute set. If the user gets the focus on the widget via tabbing over the page and then he starts typing, the input is "no-readonly" mode, allowing so the actual typing.

See the gif below.

readonly