x-ui-design 0.2.80 → 0.2.81

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 CHANGED
@@ -3130,10 +3130,9 @@ const SelectComponent = /*#__PURE__*/forwardRef(({
3130
3130
  if (typeof filterOption === 'function') {
3131
3131
  return filterOption(searchQuery, option);
3132
3132
  }
3133
- if (filterOption === false) {
3134
- return true;
3135
- }
3136
- console.info(option);
3133
+ // if (filterOption === false) {
3134
+ // return true;
3135
+ // }
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