Skip to content

Commit

Permalink
✨ Add html support for write-in extrafield labels/help (#358)
Browse files Browse the repository at this point in the history
Parent issue: sequentech/meta#150
  • Loading branch information
Findeton committed Jul 18, 2023
1 parent 966dc6d commit be49bd5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@
<div
class="write-in-label"
ng-if="field.label || field.label_i18n"
ng-bind-html="field | customI18n: 'label'"
>
{{field | customI18n: 'label'}}
</div>
<input
type="text"
Expand All @@ -112,8 +112,8 @@
<div
class="write-in-help"
ng-if="field.help || field.help_i18n"
ng-bind-html="field | customI18n: 'help'"
>
{{field | customI18n: 'help'}}
</div>
</div>
</div>
Expand Down

0 comments on commit be49bd5

Please sign in to comment.