Skip to content

Commit

Permalink
HBW-366 Don't highlight multi nullable select_table
Browse files Browse the repository at this point in the history
  • Loading branch information
Salavat Dautov committed Sep 28, 2021
1 parent 417f3b8 commit 3867a5b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ modulejs.define('HBWFormSelectTable',
onValueUpdate = () => {
this.setValidationState();
this.props.fireFieldValueUpdate(this.props.name, this.state.value);
this.setState({ error: this.state.value.length === 0 && !this.props.params.nullable });
}

onClick = (event) => {
Expand Down

0 comments on commit 3867a5b

Please sign in to comment.