Skip to content

Commit

Permalink
Fix test on settings "dropdown.enable" (should be "dropdown.enabled" …
Browse files Browse the repository at this point in the history
…instead)
  • Loading branch information
Erwan authored and yairEO committed Oct 24, 2024
1 parent 98fba80 commit f93da3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parts/dropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default {
// 2. dropdown is disabled
// 3. loader is showing (controlled outside of this code)
if( (noWhitelist && !allowNewTags && !_s.templates.dropdownItemNoMatch)
|| _s.dropdown.enable === false
|| _s.dropdown.enabled === false
|| this.state.isLoading
|| this.settings.readonly )
return;
Expand Down

0 comments on commit f93da3e

Please sign in to comment.