mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 13:39:24 +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} />;
|
return <AntdInput {...others} onChange={handleChange} />;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
InputInner.Password = AntdInput.Password;
|
||||||
|
|
||||||
export const Input: ComposedInput = Object.assign(
|
export const Input: ComposedInput = Object.assign(
|
||||||
connect(
|
connect(
|
||||||
InputInner,
|
InputInner,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user