fix: the input field of tool panel not worked as expected (#6003)
This commit is contained in:
@@ -53,7 +53,7 @@ const Input: FC<InputProps> = ({
|
||||
onChange={e => onChange(e.target.value)}
|
||||
onBlur={e => toLimit(e.target.value)}
|
||||
onFocus={onFocus}
|
||||
value={value || ''}
|
||||
value={value}
|
||||
disabled={disabled}
|
||||
type={type}
|
||||
min={min}
|
||||
|
||||
Reference in New Issue
Block a user