New to Telerik UI for ASP.NET Core? Download free 30-day trial
ASP.NET Core TextArea Floating Label
- EXAMPLE
- VIEW SOURCE
-
Change Theme
defaultDefault Theme
- Main
- Main Dark
- Nordic
- Ocean Blue
- Ocean Blue A11Y
- Purple
- Turquoise
Bootstrap Theme- Main
- Bootstrap 3
- Bootstrap 3 Dark
- Main Dark
- Nordic
- Turquoise
- Turquoise Dark
- Urban
- Vintage
Material Theme- Main
- Arctic
- Lime Dark
- Main Dark
- Nova
Classic Theme- Main
- Green
- Green Dark
- Lavender
- Lavender Dark
- Main Dark
- Metro
- Metro Dark
- Moonlight
- Opal
- Opal Dark
- Silver
- Silver Dark
- Uniform
Fluent Theme- Main
Also available for:
CLIENT-SIDE API SERVER-SIDE APIDescription
The Telerik UI for ASP.NET Core TextArea supports a floating label funtionality. The floating label displays placeholder text inside the component and, then, animates outside of it to “float” above the element when the component is focused. To configure the floating label, set the label.Floating(true);
configuration option.
The greatest thing is that with Telerik UI for ASP.NET MVC you get the floating label of the TextArea as a built-in feature as it is really tricky to implement the feature correctly for all browsers and devices.
This demo shows how to use the floating label functionality of the TextArea which, in this case, prompts the user to fill in their name.