style: framework options

This commit is contained in:
jialin
2025-11-18 20:01:54 +08:00
parent e85d59dfb0
commit 18f861f771
13 changed files with 70 additions and 25 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ const SealInput: React.FC<InputProps & SealFormItemProps> = (props) => {
setIsFocus(false);
}
if (!trim) {
e.target.value = e.target.value?.trimRight?.();
e.target.value = e.target.value?.trim?.();
props.onChange?.(e);
}
props.onBlur?.(e);