Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

Commit

Permalink
Merge pull request #708 from metasfresh/dev-700
Browse files Browse the repository at this point in the history
Typeahead not working in lookup filter parameters #700
  • Loading branch information
Dunkat authored May 4, 2017
2 parents d7ceb50 + b4461f4 commit 5a421eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/widget/Lookup/Lookup.js
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,8 @@ class Lookup extends Component {
(updated ? ' pulse-on' : ' pulse-off') +
(filterWidget ? ' input-full' : '') +
(mandatory && (isInputEmpty ||
(validStatus.initialValue && !validStatus.valid)) ?
(validStatus && validStatus.initialValue &&
!validStatus.valid)) ?
' input-mandatory ' : '') +
((validStatus &&
(
Expand Down

0 comments on commit 5a421eb

Please sign in to comment.