kendo-ui-core
kendo-ui-core copied to clipboard
MultiSelect does not have a placeholder attribute
Bug report
Currently, the MultiSelect input does not have a placeholder attribute in its rendering. This leads to inconsistency with the other input components such as AutoComplete and ComboBox.
Reproduction of the problem
- Open the Dojo example and inspect the rendering of the two components.
Current behavior
Currently, the MultiSelect 'input.k-input-inner' element does not have a placeholder attribute. As a consequence, the color of the placeholder is slightly different than the rest of the input widgets.
Expected/desired behavior
The MultiSelect widgets should have a placeholder attribute in order to be consistent with the rest of the widgets such as AutoComplete and ComboBox
Environment
- Kendo UI version: 2022.2.510
- Browser: [all]