Skip to content

Commit

Permalink
add link to #721
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Dec 11, 2023
1 parent 9f93c29 commit cdcf5f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/ComboBoxListBox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ export default class ComboBoxListBox<T> extends Panel {
const oldValue = property.value;

// So that something related to the ComboBox has focus before changing Property value.
// See https://github.com/phetsims/sun/issues/721
focusButtonCallback();

// It is now safe to set the value based on which item was chosen in the list box.
Expand Down

0 comments on commit cdcf5f0

Please sign in to comment.