Skip to content

Commit dc58471

Browse files
author
dgurjar
committed
[RTL] Add auto direction prop on text-area component
1 parent b411b58 commit dc58471

File tree

1 file changed

+2
-1
lines changed
  • ui.af.apps/src/main/content/jcr_root/apps/core/fd/components/form/textinput/v1/textinput

1 file changed

+2
-1
lines changed

ui.af.apps/src/main/content/jcr_root/apps/core/fd/components/form/textinput/v1/textinput/textinput.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@
4848
placeholder="${text.placeHolder}"
4949
autocomplete="${text.autoComplete}"
5050
minlength="${text.minLength}"
51-
maxlength="${text.maxLength}"></textarea>
51+
maxlength="${text.maxLength}"
52+
dir="auto"></textarea>
5253
<input data-sly-test="${!useTextarea}"
5354
title="${text.tooltipVisible ? '' : text.tooltipText}"
5455
class="cmp-adaptiveform-textinput__widget"

0 commit comments

Comments
 (0)