Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
Issue #SB-9923 feat: Added RTL support for name field.
Browse files Browse the repository at this point in the history
  • Loading branch information
sudip-mukherjee committed Feb 13, 2019
1 parent ac9e4f7 commit 61b175b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
{{'ERROR_NAME_INVALID' | translate}}</div>
</ion-label>
<ion-input class="form-control" #name formControlName="name" placeholder="{{ 'NAME_HINT' | translate }}"
(ionChange)="enableSubmitButton();"></ion-input>
(ionChange)="enableSubmitButton();" dir="{{commonUtilService.getAppDirection()}}"></ion-input>
</ion-item>
<ion-item>
<ion-label stacked class="label-font">{{'STATE' | translate}}</ion-label>
Expand Down

0 comments on commit 61b175b

Please sign in to comment.