Skip to content

Commit

Permalink
OWSom: searchable combo boxes
Browse files Browse the repository at this point in the history
  • Loading branch information
PrimozGodec committed Mar 23, 2020
1 parent 69ad06b commit 2c539e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Orange/widgets/unsupervised/owsom.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def __init__(self):

box = gui.vBox(self.controlArea, "Color")
gui.comboBox(
box, self, "attr_color", maximumContentsLength=15,
box, self, "attr_color", maximumContentsLength=15, searchable=True,
callback=self.on_attr_color_change,
model=DomainModel(placeholder="(Same color)",
valid_types=DomainModel.PRIMITIVE))
Expand Down

0 comments on commit 2c539e2

Please sign in to comment.