Floating label with combobox?

Hi

Does anyone have an idea how to use use floating labels with Combobox?

2 Replies

MI microteq September 14, 2018 06:51 AM UTC

We just have downloaded ver. 16.3.0.17 beta. There the ejs-combobox control has a property 'floatLabelType', which we can set to 'Auto'.


KV Karthikeyan Viswanathan Syncfusion Team September 14, 2018 10:20 AM UTC

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. 


Loader.
Up arrow icon