Skip to content

Commit

Permalink
Backport of MAGETWO-54798 For Magento 2.1: One page checkout - Street…
Browse files Browse the repository at this point in the history
… Address should highlight red when data is missing

(cherry picked from commit 6f7444a)
  • Loading branch information
omiroshnichenko authored and hostep committed May 3, 2017
1 parent fa68470 commit 7667589
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ protected function getMultilineFieldConfig($attributeCode, array $attributeConfi
$attributeConfig['validation']
)
: $attributeConfig['validation'],
'additionalClasses' => $isFirstLine ? : 'additional'
'additionalClasses' => $isFirstLine ? 'field' : 'additional'

];
if ($isFirstLine && isset($attributeConfig['default']) && $attributeConfig['default'] != null) {
Expand Down

0 comments on commit 7667589

Please sign in to comment.