Skip to content

Commit

Permalink
Fix #5340: MutliSelect emptyMessage don't add to DOM (#5403)
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Nov 26, 2023
1 parent aad3fc6 commit 6390c6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/lib/multiselect/MultiSelectBase.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ export const MultiSelectBase = ComponentBase.extend({
disabled: false,
display: 'comma',
dropdownIcon: null,
emptyMessage: null,
emptyFilterMessage: null,
filter: false,
filterBy: null,
Expand Down

0 comments on commit 6390c6f

Please sign in to comment.