Skip to content

Commit

Permalink
fixed #5348
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoo-msft committed Feb 25, 2021
1 parent d0f16fe commit 1b51f72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ - (UIView *)render:(UIView<ACRIContentHoldingView> *)viewGroup
[inputview setContentCompressionResistancePriority:UILayoutPriorityRequired forAxis:UILayoutConstraintAxisVertical];
}

if (elem->GetHeight() == HeightType::Stretch) {
if (elem->GetHeight() == HeightType::Stretch && !inputBlck->GetIsMultiline()) {
ACRColumnView *textInputContainer = [[ACRColumnView alloc] init];
[textInputContainer addArrangedSubview:inputview];

Expand Down

0 comments on commit 1b51f72

Please sign in to comment.