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 authored and ci-build committed Jun 3, 2024
1 parent e0481b5 commit b389f0c
Show file tree
Hide file tree
Showing 3 changed files with 322 additions and 297 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,23 @@
validationStatus="valid"/>
<fd:events jcr:primaryType="nt:unstructured"/>
</textinput_1477533951>
<textinput_278740740
jcr:created="{Date}2024-06-03T16:41:36.206+05:30"
jcr:createdBy="admin"
jcr:lastModified="{Date}2024-06-03T16:41:55.103+05:30"
jcr:lastModifiedBy="admin"
jcr:primaryType="nt:unstructured"
jcr:title="Text Input with multiple line"
sling:resourceType="forms-components-examples/components/form/textinput"
enabled="{Boolean}true"
fieldType="text-input"
hideTitle="false"
multiLine="true"
name="textinput_2787407401717413096406"
readOnly="{Boolean}false"
textIsRich="[true,true,true]"
unboundFormElement="{Boolean}false"
visible="{Boolean}true"/>
</guideContainer>
</jcr:content>
</jcr:root>
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
Loading

0 comments on commit b389f0c

Please sign in to comment.