@designbasekorea/ui 0.2.39 → 0.2.41

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.umd.js CHANGED
@@ -4032,7 +4032,7 @@
4032
4032
  const errorMessageId = React.useId();
4033
4033
  const [showPassword, setShowPassword] = React.useState(false);
4034
4034
  const handleChange = (e) => {
4035
- onChange?.(e.target.value);
4035
+ onChange?.(e);
4036
4036
  };
4037
4037
  const handlePasswordToggle = () => {
4038
4038
  setShowPassword(!showPassword);