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