Hi Daniel,
Thanks for the update.
We are glad to hear that your issue has been resolved.
Yes, we can set the floating label by using floatLabelType property.
Please refer the below code example:
|
<code>
<ejs-combobox id="games" dataSource="@ViewBag.data" floatLabelType="Auto" placeholder="Select a game" popupHeight="220px">
</ejs-combobox>
</code> |
Regards,
Karthikeyan V.