mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-15 05:36:39 +00:00
fix input
This commit is contained in:
parent
38f7c6d5cc
commit
14ba3b02a2
@ -96,6 +96,9 @@ class SettingFieldView extends Component<{ field: SettingField }> {
|
|||||||
// === IO
|
// === IO
|
||||||
value, // reaction point
|
value, // reaction point
|
||||||
onChange: (value: any) => {
|
onChange: (value: any) => {
|
||||||
|
this.setState({
|
||||||
|
value,
|
||||||
|
});
|
||||||
field.setValue(value);
|
field.setValue(value);
|
||||||
}
|
}
|
||||||
})}
|
})}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user