@northlight/ui 2.36.0 → 2.36.2
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.
package/dist/umd/northlight.cjs
CHANGED
|
@@ -14733,7 +14733,8 @@
|
|
|
14733
14733
|
isDisabled,
|
|
14734
14734
|
onClick: handleSelectToggle,
|
|
14735
14735
|
flexShrink: "0",
|
|
14736
|
-
height: "100%"
|
|
14736
|
+
height: "100%",
|
|
14737
|
+
"data-testid": "combo-picker-button"
|
|
14737
14738
|
},
|
|
14738
14739
|
(_c = selectOption == null ? void 0 : selectOption.label) != null ? _c : ""
|
|
14739
14740
|
)
|