I need to add an empty first item in Kendo DropDownList component. I don't know, how to make it in Kendo React. In Kendo jQuery I was able to set optionLabel: "" property and It worked. I don't know, how to do the same in Kendo React dropdown.
jQuery example: https://demos.telerik.com/kendo-ui/dropdownlist/index
Thanks a lot.