Description
- Fixes the rendering when a disabled input is used in a floating label
- Add some documentation to reflect this use case
Motivation & Context
I'm suggesting to add a new "Disabled" section in the documentation to be consistent with other form controls, and it will help us detect regression in the future.
Type of changes
-
Bug fix (non-breaking change which fixes an issue)
Checklist
-
I have read the contributing guidelines -
My code follows the code style of the project (using npm run lint
) -
My change introduces changes to the documentation -
I have updated the documentation accordingly -
I have added tests to cover my changes -
All new and existing tests passed
Live previews
Related issues
Closes #37297 (closed) Closes #37330 (closed) (and might replace #37359)