I have this simple code:
<body style="direction: rtl; text-align: right">
<mat-form-field>
<input matInput placeholder="Wanna be rtl" />
</mat-form-field>
</body>
BUT no matter what I'm trying to, the placeholder keep acting as left to right. Is there any way to align it to the right?