Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
We achieved the float label feature by creating elements for the float line and float label and appending them below the input. This is done to apply styling and animation using CSS selectors like ( ~ ) to select a sibling element(label), based on the input element and its state. To support this float label feature, the label element is added below the input element in form components.
Need to provide an optional parameter that would allow switching the elements in the DOM. For example, something like `accessibleElementOrder=true`.
