Skip to content
Open
Show file tree
Hide file tree
Changes from 24 commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
60de8b1
Initial plan
Copilot Aug 27, 2025
ad57a0b
Initial analysis of DBCustomSelect form reset issue
Copilot Aug 27, 2025
65f7a3b
Implement form reset handling for DBCustomSelect
Copilot Aug 27, 2025
e7d5d09
Successful test validation of DBCustomSelect form reset fix
Copilot Aug 27, 2025
54b317a
Merge branch 'main' into copilot/fix-4724
mfranzke Sep 8, 2025
a447b50
Merge branch 'main' into copilot/fix-4724
mfranzke Sep 12, 2025
d89a1dc
Merge remote-tracking branch 'refs/remotes/origin/main' into copilot/…
nmerget Sep 26, 2025
2fd9b3a
feat: add form reset for every form component
nmerget Sep 26, 2025
b7eac5c
fix: linting issues
nmerget Sep 26, 2025
2e2113b
refactor: formatting
mfranzke Sep 26, 2025
fc8bc74
fix: linting issues
nmerget Sep 26, 2025
03315e4
Merge remote-tracking branch 'origin/copilot/fix-4724' into copilot/f…
nmerget Sep 26, 2025
4c97b02
Merge branch 'main' into copilot/fix-4724
nmerget Sep 26, 2025
61a7598
Merge branch 'main' into copilot/fix-4724
mfranzke Sep 28, 2025
f960b05
fix: typescript issue
nmerget Sep 29, 2025
1873988
Merge branch 'main' into copilot/fix-4724
nmerget Sep 29, 2025
714b2e3
chore: add changeset
nmerget Sep 29, 2025
2a61cb4
fix: issue with react showcase
nmerget Sep 29, 2025
91f82d6
Merge branch 'main' into copilot/fix-4724
nmerget Sep 29, 2025
c1ffca3
auto update snapshots (#5082)
github-actions[bot] Sep 29, 2025
aba2e6b
fix: issue with showcase-home.spec.ts
nmerget Sep 30, 2025
a34412a
Merge branch 'main' into copilot/fix-4724
nmerget Sep 30, 2025
e6b5701
Merge branch 'main' into copilot/fix-4724
mfranzke Oct 2, 2025
60530f9
Merge branch 'main' into copilot/fix-4724
mfranzke Oct 6, 2025
f046112
auto update snapshots (#5145)
github-actions[bot] Oct 6, 2025
9d90943
Merge branch 'main' into copilot/fix-4724
mfranzke Oct 6, 2025
80bc04a
auto update snapshots (#5146)
github-actions[bot] Oct 6, 2025
7b610f8
chore: update from main
nmerget Oct 8, 2025
5bb09ba
auto update snapshots (#5173)
github-actions[bot] Oct 8, 2025
3970c78
fix: issues with onChange handler for angular
nmerget Oct 9, 2025
83466ad
Merge branch 'main' into copilot/fix-4724
nmerget Oct 9, 2025
99ea02f
fix: linting issues
nmerget Oct 9, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .changeset/dbcustomselect-form-reset.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
"@db-ux/core-components": patch
"@db-ux/ngx-core-components": patch
"@db-ux/react-core-components": patch
"@db-ux/v-core-components": patch
"@db-ux/wc-core-components": patch
---

fix(DBCustomSelect): automatically handle form reset events

An event listener is now added for every form component (input, custom-select, etc.) when a `form` property is passed.
This listener detects form resets and updates the component's internal value/checked state accordingly.

> **Note**: This does not work for `ngModel` in Angular.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading