Kendo UI for Vue
The Kendo UI for Vue Input upgrades the traditional HTML input in two main directions.
The Floating label functionality moves the initial text inside the component above the component itself. This happens once the user focuses the input. This feature is available for each of the themes(Default, Bootstrap, and Material) provided by the Kendo UI for Vue suite.
Kendo UI for Vue Input – Floating Label Demo
With its built-in functionalities, the Input can validate its values and prevent the submission of a form that is in an invalid state. The component has integrated requirement properties like min-length, max-length, required and allows the developer to define custom validation messages, depending on each use-case scenario.