x-ui-design 0.2.76 → 0.2.77
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/index.esm.js +4 -0
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +4 -0
- package/dist/index.js.map +1 -1
- package/lib/components/Select/Select.tsx +5 -0
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -3145,6 +3145,10 @@ const SelectComponent = /*#__PURE__*/forwardRef(({
|
|
|
3145
3145
|
}
|
|
3146
3146
|
const searchContent = document.getElementsByClassName(`${prefixCls}-tag-container`)?.[0];
|
|
3147
3147
|
if (searchContent) {
|
|
3148
|
+
console.info({
|
|
3149
|
+
clientWidth: searchContent.clientWidth,
|
|
3150
|
+
searchContent
|
|
3151
|
+
});
|
|
3148
3152
|
setSearchInputWidth(searchContent.clientWidth - PADDING_TAG_INPUT);
|
|
3149
3153
|
}
|
|
3150
3154
|
const timeout = setTimeout(() => {
|