UI for ASP.NET Core
Saving space without losing the context of the form field is a breeze with the ASP.NET Core DateInput floating label. Ensure a smoother and more efficient experience for end-users by adding a label that moves above the input upon clicking.
The Telerik UI for ASP.NET Core offers two approaches to declare the DateInput or any other component – choose HTML or Tag helpers based on your preference, practice and technology background, and add this advanced input element to any new or existing form.
Leverage the date editing options in the Telerik UI for ASP.NET Core DateInput to easily configure the behavior of the component while editing the date. These configuration options include:
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 DateInput. 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 DateInput declarative initialization demo