Add combo input into parameter

This commit is contained in:
2022-04-08 21:46:33 +08:00
parent cb2501f1f0
commit 3026c463bd
10 changed files with 181 additions and 218 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ class ComboInput extends Component<IComboInputProps, IComboInputState> {
{
this.props.value ?
<Localization i18nKey={this.props.value.i18n} options={this.props.value.i18nOption}/> :
null
<Localization i18nKey="Input.Error.Combo"/>
}
</div>
<div className="list-button">