How to change placeholder of kendo multiselect widget by css rules?
.k-multiselect-wrap > .k-input {
color: #f02c0c; /* specify the default input color */ content: "HOME";
}
This rule doesn't work. Change the color, but not the content.
5 Answers, 1 is accepted
The placeholder's text cannot be changed through CSS. If you want to set a new placeholder message you can do so with the widget's API as shown in this dojo. In it the initially set placeholder "Select..." is changed to "New...".
Regards,
Ivan Danchev
Progress Telerik
Hi,
In Angular you can use the placeholder property to set the placeholder: https://stackblitz.com/edit/angular-vfkbk4-vrxf8p?file=app/app.component.ts
Regards,
Ivan Danchev
Progress Telerik
I have tried multiple ways but it is not getting changed.
Hi Nishtha,
The Kendo UI for Angular MultiSelect has its own forum: https://www.telerik.com/forums/kendo-angular-ui/multiselect If you have questions on the component and its configuration, please open a thread there.
Regards,
Ivan Danchev
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.