mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 05:29:26 +08:00
fix(client): fix input component (#6679)
* fix(client): fix input component * fix(client): remove useless definition
This commit is contained in:
parent
63a842aab3
commit
baec449c03
@ -42,6 +42,8 @@ function InputInner(props: NocoBaseInputProps) {
|
||||
return <AntdInput {...others} onChange={handleChange} />;
|
||||
}
|
||||
|
||||
InputInner.Password = AntdInput.Password;
|
||||
|
||||
export const Input: ComposedInput = Object.assign(
|
||||
connect(
|
||||
InputInner,
|
||||
|
Loading…
x
Reference in New Issue
Block a user