Skip to content

Commit

Permalink
use carbon class on input
Browse files Browse the repository at this point in the history
  • Loading branch information
hadijahkyampeire committed Nov 21, 2022
1 parent 954f06f commit 624fd0b
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@
>
</ng-select>

<input
<ofe-number-input
[theme]="theme"
*ngSwitchCase="'number'"
[id]="node.question.key + 'id'"
Expand All @@ -292,9 +292,9 @@
[formControlName]="node.question.key"
[attr.placeholder]="node.question.placeholder | translate"
>
</input>
</ofe-number-input>

<ofe-number-input
<input
[theme]="theme"
class="cds--text-input"
ofeTextInput
Expand All @@ -304,8 +304,7 @@
[type]="node.question.renderingType"
[id]="node.question.key + 'id'"
[readOnly]="node.question.extras.readOnly"
>
</ofe-number-input>
/>

<div *ngSwitchCase="'radio'">
<ofe-radio-button
Expand Down

0 comments on commit 624fd0b

Please sign in to comment.