Skip to content

Commit

Permalink
Set searchable attribute to False for subtype checklist
Browse files Browse the repository at this point in the history
  • Loading branch information
perfectly-preserved-pie committed Nov 19, 2024
1 parent 47c118c commit 1941cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/components.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def create_subtype_checklist(self):
id='subtype_checklist',
data=data,
value=initial_values,
searchable=True,
searchable=False,
nothingFoundMessage="No options found",
clearable=True,
style={"margin-bottom": "10px"},
Expand Down

0 comments on commit 1941cfe

Please sign in to comment.