generated from SAP/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ui-components): UITreeDropdown change callback being triggered tw…
…ice on first selection: (#2547) * fix: tree dropdown change callback called twice and with wrong value tree dropdown change callback called twice and with wrong value * test: missing expectation missing expectation * changelog changelog * fix: remove experimental code remove experimental code --------- Co-authored-by: Klaus Keller <[email protected]>
- Loading branch information
1 parent
742d618
commit 1c8b59f
Showing
4 changed files
with
24 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
'@sap-ux/ui-components': patch | ||
--- | ||
|
||
Fix UITreeDropdown change callback being triggered twice on first selection: | ||
1. First call with empty value | ||
2. Second call with selected value |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters