Skip to content

Commit

Permalink
[RTL] Add auto direction prop on text-area component
Browse files Browse the repository at this point in the history
  • Loading branch information
dgurjar committed May 31, 2024
1 parent b411b58 commit dc58471
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
placeholder="${text.placeHolder}"
autocomplete="${text.autoComplete}"
minlength="${text.minLength}"
maxlength="${text.maxLength}"></textarea>
maxlength="${text.maxLength}"
dir="auto"></textarea>
<input data-sly-test="${!useTextarea}"
title="${text.tooltipVisible ? '' : text.tooltipText}"
class="cmp-adaptiveform-textinput__widget"
Expand Down

0 comments on commit dc58471

Please sign in to comment.