Skip to content

Commit

Permalink
convert ComboBoxItem from class to type, #768
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Jun 27, 2022
1 parent 831f3dd commit a30017e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/ComboBox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* dismissed when an item is selected, the user clicks on the button, or the user clicks outside the list. The list
* can be displayed either above or below the button.
*
* The supporting classes are:
* The supporting types and classes are:
*
* ComboBoxItem - items provided to ComboBox constructor
* ComboBoxButton - the button
Expand Down

0 comments on commit a30017e

Please sign in to comment.