Open myrta2302 opened 3 weeks ago
In the documentation, the input hint text is currently rendered within a <div> element: Input Hint Documentation. However, it should use a <p> element for better semantics and consistency with the validation message, which also uses a <p>.
<div>
<p>
https://www.figma.com/design/JIT5AdGYqv6bDRpfBPV8XR/Foundations-%26-Components-Next-Level?node-id=577-14513&t=9BfwPJgQaTSo5u5n-0
### 💻 Tasks - [ ] HTML/CSS implementation - [ ] Documentation in Storybook - [ ] Visual regression tests - [ ] Design review
Could be affected by #3500
Description
In the documentation, the input hint text is currently rendered within a
<div>
element: Input Hint Documentation. However, it should use a<p>
element for better semantics and consistency with the validation message, which also uses a<p>
.Design
https://www.figma.com/design/JIT5AdGYqv6bDRpfBPV8XR/Foundations-%26-Components-Next-Level?node-id=577-14513&t=9BfwPJgQaTSo5u5n-0
Tokens
Tasks