fix(date-field): date-field now passes value correctly to text-field #592 - #593
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
💤 Files with no reviewable changes (1)
📝 WalkthroughWalkthroughThe date input now binds its displayed value directly to ChangesDate input synchronization
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
ESLint install timed out. The project may have too many dependencies for the sandbox. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
♿ Accessibility — ✅ no blocking violationsNo accessibility violations in the components changed by this PR.
|
| Component | Rules | Stories |
|---|---|---|
| TEDI-Ready/Components/Form/InputGroup | aria-input-field-name ×3 |
3 |
| TEDI-Ready/Components/Form/Search | landmark-unique ×2, aria-allowed-attr |
3 |
Stories
- TEDI-Ready/Components/Form/InputGroup — All Controls, End Dynamic, Start Dynamic
- TEDI-Ready/Components/Form/Search — Sizes, States, With result and actions
🔕 Known issues — 21 stories marked todo (warn only)
Stories
- TEDI-Ready/Content/Calendar — Availability, Day Statuses, Header Variants, Multiple Selected Dates, No Controls, Range, With Footer, With Weeks Count
- TEDI-Ready/Content/TextGroup — Types
- TEDI-Ready/Layout/Header — Logged In With Sidenav, Logged Out With Search, With Inline Search, With Mobile Bottom Search
- TEDI-Ready/Layout/SideNav — Collapsible Toggle, Default, Medium Sidenav Items, Second Level Menu Items, Second Level Menu Items Parents Are Links, Small Sidenav Items, Third Level Menu Items, Third Level Menu Items Parents Are Links
# [7.1.0](angular-7.0.1...angular-7.1.0) (2026-08-06) ### Bug Fixes * **date-field:** changed min and max date defaults, exposed inputs [#590](#590) ([#591](#591)) ([30edbb3](30edbb3)) * **date-field:** date-field now passes value correctly to text-field [#592](#592) ([#593](#593)) ([5bc496e](5bc496e)) * **date-picker:** fix DatePicker focus ring [#560](#560) ([#574](#574)) ([17f675d](17f675d)) * **dropdown:** skip close on certain events [#544](#544) ([#545](#545)) ([f9be659](f9be659)) * **form-field,date-field,text-field,time-field:** value no longer cuts early [#561](#561) ([#571](#571)) ([17322fc](17322fc)) * **pagination:** community pagination results rendered twice [#548](#548) ([2ba2bb3](2ba2bb3)) * **popover,search,header:** fix Header a11y violations and document HeaderTop [#601](#601) ([#602](#602)) ([86312a9](86312a9)) * **popover:** fixed popover outside-click inside modal being registered as inside [#582](#582) ([#583](#583)) ([139406b](139406b)) * **select,dropdown,popover:** hideOnScroll no longer closes overlay when scrolling its content [#562](#562) ([#567](#567)) ([3120825](3120825)) * **select:** keep typed text and tags in view while searching [#566](#566) ([#584](#584)) ([6afc148](6afc148)) * **select:** truncate over-wide tags in a single row [#586](#586) ([#598](#598)) ([68dcb27](68dcb27)) * **table:** scrollable table now scrolls top on page change [#549](#549) ([#550](#550)) ([9771fc3](9771fc3)) * **tabs:** added anchor support [#594](#594) ([#597](#597)) ([c9a3a98](c9a3a98)) * **text-field,time-field:** caret no longer clipped at the start of the input [#575](#575) ([#576](#576)) ([644d3f5](644d3f5)) * **text-field:** support bare disabled attribute via booleanAttribute transform [#558](#558) ([#559](#559)) ([fad56f8](fad56f8)) * **textgroup:** label doesn't shrink when width is fixed [#506](#506) ([#531](#531)) ([4e9d713](4e9d713)) ### Features * **breadcrumbs:** new TEDI-ready component [#512](#512) ([#518](#518)) ([6691cd2](6691cd2)) * **date-field:** added hideOnScroll [#563](#563) ([#595](#595)) ([0dfad0f](0dfad0f)) * **header:** add Header top [#311](#311) ([#504](#504)) ([1e2eff2](1e2eff2)) * **info-button:** focus ring offset reduced [#517](#517) ([#521](#521)) ([b7d06d3](b7d06d3)) * **input-group:** new TEDI-ready component [#18](#18) ([#532](#532)) ([c1728c0](c1728c0)) * **label-row,info-tooltip:** new components [#515](#515) ([#525](#525)) ([1e33865](1e33865)) * **popover:** add Header popover variant under Popover [#442](#442) ([#523](#523)) ([a668b55](a668b55)) * **search:** add new TEDI-ready component [#524](#524) ([#539](#539)) ([f637542](f637542)) * **select:** added virtual scroll [#552](#552) ([#553](#553)) ([26e10ee](26e10ee)) * **slider:** new TEDI-ready component [#3](#3) ([#526](#526)) ([d2bf13a](d2bf13a)) * **table:** added getRowId and clearFilters [#565](#565) ([#589](#589)) ([1cf94a1](1cf94a1))
Summary by CodeRabbit