We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6a1126 commit 5f26ed5Copy full SHA for 5f26ed5
src/MultiSelect.jsx
@@ -79,9 +79,8 @@ function MultiSelect({
79
onClickOutside: onMenuClose
80
})
81
82
- const calculatedWidth = `calc(100% - ${
83
- clearable && downArrow ? 60 : downArrow || clearable ? 40 : 5
84
- }px)`
+ const calculatedWidth = `calc(100% - ${clearable && downArrow ? 60 : downArrow || clearable ? 40 : 5
+ }px)`
85
86
const getValueObjFromOptios = (defaultValue, options) => {
87
if (!defaultValue) return []
0 commit comments