UI for ASP.NET Core
The Telerik UI for ASP.NET Core TextBox is a generic text input field. It is similar to, but more powerful than the standard HTML <input> since it also provides features like easy styling, built-in labels and even support for floating labels!
See the ASP.NET Core TextBox demo
One staple of Material Design is floating labels – those are labels for input-elements which initially reside in the element itself but when one starts typing, they “float” above them. Floating labels might be tricky to implement correctly for every browser and device, but with Telerik UI for ASP.NET Core TextBox you get them built-in.
Check out how to enable the ASP.NET Core TextBox floating label
Declarative initialization—a feature that serializes the component declaration as an MVVM declarative configuration instead of an inline initialization script—is supported in Telerik UI for ASP.NET Core TextBox. It is beneficial in cases when the Content Security Policy (CSP) is enabled as it eliminates the requirement to call the methods that defer the initialization script generated after the component's HTML markup.
See Telerik UI for ASP.NET Core TextBox declarative initialization demo
Not every language in the world is the same but we do our best to support them all. The Telerik UI for ASP.NET Core TextBox supports RTL languages like Hebrew and Arabic so you can build a truly global application.
The TextBox can be used equally well with a mouse or a keyboard. Screen reader users can also interact with the TextBox as it comes with ARIA compatibility – an absolute must for a modern application.