x-ui-design 0.5.83 → 0.5.85

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
@@ -1135,7 +1135,7 @@ const FormItemChildComponent = ({
1135
1135
  } = formContext || {};
1136
1136
  const debouncedSetFieldValue = useRef(debounce((name, value) => {
1137
1137
  setFieldValue(name, value, undefined, undefined, true);
1138
- }, 20)).current;
1138
+ }, 150)).current;
1139
1139
  const handleChange = (e, option) => {
1140
1140
  let rawValue = e?.target ? e.target.value : e;
1141
1141
  if (normalize) {