Skip to content

Commit

Permalink
FIX disable options not working issue on TreeDropdownField
Browse files Browse the repository at this point in the history
  • Loading branch information
priyashantha committed Nov 5, 2024
1 parent 6e4b18a commit 0ab39b4
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 0ab39b4

Please sign in to comment.