Skip to content

Commit

Permalink
pr feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
zpeterson authored and radium-v committed Mar 29, 2024
1 parent 7cf01c8 commit 464bb50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "patch",
"type": "prerelease",
"comment": "fix(combobox): close the combobox even if there's no selection",
"packageName": "@microsoft/fast-foundation",
"email": "[email protected]",
"dependentChangeType": "patch"
"dependentChangeType": "prerelease"
}
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ export class FASTCombobox extends FormAssociatedCombobox {
) as FASTListboxOption | null;

if (!captured || captured.disabled) {
this.open = !this.open;
this.open = false;
return;
}

Expand Down

0 comments on commit 464bb50

Please sign in to comment.