feat: cloud options
This commit is contained in:
@@ -22,6 +22,7 @@ const SealInput: React.FC<InputProps & SealFormItemProps> = (props) => {
|
||||
trim = true,
|
||||
loading,
|
||||
labelExtra,
|
||||
style,
|
||||
...rest
|
||||
} = props;
|
||||
const [isFocus, setIsFocus] = useState(false);
|
||||
@@ -73,7 +74,7 @@ const SealInput: React.FC<InputProps & SealFormItemProps> = (props) => {
|
||||
};
|
||||
|
||||
return (
|
||||
<InputWrapper>
|
||||
<InputWrapper style={style}>
|
||||
<Wrapper
|
||||
status={checkStatus || status}
|
||||
label={label}
|
||||
|
||||
Reference in New Issue
Block a user