Hi Vengatramanan,Thanks for contacting Syncfusion Support.Yes, there is an option to add floating labels for all our editor controls. By default, our control does not have floating label support, but we can customize our controls to provide this floating label. For now, we have provided floating label for our Autocomplete control for demo purpose below.Demo Link: http://jsplayground.syncfusion.com/zirp5m3uIn this Autocomplete, we have created a label on the Autocomplete create event and inserted it before the Autocomplete element. Then on the change event, we have added a class to display it on the top of the control. Then finally used the focusOut event to remove the class form the label.If this shared sample isn’t your scenario, please let us know further details with the expected behavior on how you want the floating labels so that we can provide you an appropriate solution.Regards,Arun P.
<input asp-for="Search" />
|