intelicoreact 1.4.31 → 1.4.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -625,7 +625,8 @@ const Dropdown = _ref => {
|
|
|
625
625
|
className: (0, _classnames.default)(RC, className, {
|
|
626
626
|
disabled,
|
|
627
627
|
["".concat(RC, "-mobile")]: isMobile,
|
|
628
|
-
["".concat(RC, "--focused")]: isOpen
|
|
628
|
+
["".concat(RC, "--focused")]: isOpen,
|
|
629
|
+
["".concat(RC, "--with-custom-trigger")]: Boolean(customTrigger)
|
|
629
630
|
}),
|
|
630
631
|
ref: dropdownRef,
|
|
631
632
|
onKeyDown: onKeyDown,
|
|
@@ -634,7 +635,6 @@ const Dropdown = _ref => {
|
|
|
634
635
|
"data-testid": "dropdown--".concat(testId || "", "--container"),
|
|
635
636
|
className: (0, _classnames.default)("".concat(RC, "__trigger"), "input__wrap", {
|
|
636
637
|
["".concat(RC, "__trigger--with-actions")]: withActions,
|
|
637
|
-
["".concat(RC, "__trigger--with-custom-trigger")]: Boolean(customTrigger),
|
|
638
638
|
placeholder: !value,
|
|
639
639
|
error: error
|
|
640
640
|
}),
|