x-ui-design 0.2.80 → 0.2.82
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 +0 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/lib/components/Select/Select.tsx +0 -2
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -3133,7 +3133,6 @@ const SelectComponent = /*#__PURE__*/forwardRef(({
|
|
|
3133
3133
|
if (filterOption === false) {
|
|
3134
3134
|
return true;
|
|
3135
3135
|
}
|
|
3136
|
-
console.info(option);
|
|
3137
3136
|
const valueToCheck = `${['string', 'number'].includes(typeof option.children) ? option.children :
|
|
3138
3137
|
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
3139
3138
|
// @ts-expect-error
|