Skip to content

Commit

Permalink
Merge pull request #1847 from timezoneone/pulls/2.3/tree-dropdown-dis…
Browse files Browse the repository at this point in the history
…able-options

FIX disable options not working issue on TreeDropdownField
  • Loading branch information
GuySartorelli authored Nov 18, 2024
2 parents 3e044e3 + 0ab39b4 commit 1229d0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client/dist/js/bundle.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -774,6 +774,7 @@ class TreeDropdownField extends Component {
classNames={{
option: () => 'fill-width',
}}
isOptionDisabled={(option) => option.disabled}
/>
</EmotionCssCacheProvider>
);
Expand Down

0 comments on commit 1229d0f

Please sign in to comment.