fix(demo-inputs): wrap input component demos in dees-form containers for consistent form integration

This commit is contained in:
2026-04-12 19:04:43 +00:00
parent eb3d396c68
commit 7c2635fc13
15 changed files with 469 additions and 438 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-04-12 - 3.76.1 - fix(demo-inputs)
wrap input component demos in dees-form containers for consistent form integration
- Adds dees-form wrappers across multiple input demo pages including checkbox, dropdown, file upload, iban, list, multitoggle, phone, quantity selector, radio group, tags, text, toggle, and typelist demos
- Keeps horizontal and grid example layouts intact while nesting them inside form containers
- Cleans up file upload and text demo markup to better match expected dees-form structure
## 2026-04-12 - 3.76.0 - feat(input)
separate label info tooltips from description text across input components