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 d7fbe77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ v2.6.14 [unreleased]
-------------------
### Bugfixes
- [#601](https://github.com/latera/homs/pull/601) Move fontawesome to public/assets.
- [#603](https://github.com/latera/homs/pull/603) Don't highlight multi nullable select_table.

v2.6.13 [2021-09-03]
-------------------
Expand Down
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 d7fbe77

Please sign in to comment.