feat(input-text): add validated success state and text editing context menu to text inputs

This commit is contained in:
2026-04-12 16:58:39 +00:00
parent a0b17132ad
commit 653ef109be
5 changed files with 133 additions and 17 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2026-04-12 - 3.74.0 - feat(input-text)
add validated success state and text editing context menu to text inputs
- show a delayed checkmark confirmation for successful validation and hide inline validation text afterward
- move IBAN validation handling into the shared text input validation function
- improve the email validation demo to use a stricter regex-based check
- add cut, copy, paste, and select-all context menu actions for text inputs
## 2026-04-12 - 3.73.2 - fix(input,label)
correct validation state attribute handling in text inputs and refine label description icon styling