-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
invalidThis doesn't seem rightThis doesn't seem right
Description
isRtl flag when binded to a dynamic value reverses the layout consistently but also reverses the content of the text (the text becomes backwards).
<!-- Breaks -->
<RStackLayout [isRtl]="isRtl">
<Label text="some text"></Label> <!-- Gets reversed -->
</RStackLayout>
<!-- Works -->
<RStackLayout></RStackLayout>
<RStackLayout isRtl="false"></RStackLayout>
<RStackLayout isRtl="true"></RStackLayout>Metadata
Metadata
Assignees
Labels
invalidThis doesn't seem rightThis doesn't seem right
