fix(input,label): correct validation state attribute handling in text inputs and refine label description icon styling

This commit is contained in:
2026-04-12 11:10:21 +00:00
parent edf7a86f07
commit 8cc45a53e9
4 changed files with 36 additions and 13 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2026-04-12 - 3.73.2 - fix(input,label)
correct validation state attribute handling in text inputs and refine label description icon styling
- Change dees-input-text validationState to reflect as a string attribute and align validation selectors with the emitted host attribute
- Wrap the dees-label description icon in a dedicated container to improve sizing, hover feedback, and alignment
## 2026-04-12 - 3.73.1 - fix(dees-label)
align label content and icon consistently using inline flex layout