Blazor TextArea - Floating Label
This example demonstrates the floating label functionalities of the TextArea control.
The floating label is an elegant feature that moves the placeholder text above the input field when the user interacts with the textarea element or enters a value. In this sample, the floating label behavior demonstrates the following options:
- Never - The placeholder will never float above the textarea.
- Auto - Placeholder floats on input focus or when the textarea contains a value.
- Always - The placeholder continuously floats above the input for constant visibility.