File tree 3 files changed +322
-297
lines changed
it/content/src/main/content/jcr_root/content/forms/af/core-components-it/samples/textinput/basic
ui.af.apps/src/main/content/jcr_root/apps/core/fd/components/form/textinput/v1/textinput
ui.tests/test-module/specs/textinput
3 files changed +322
-297
lines changed Original file line number Diff line number Diff line change 213
213
validationStatus =" valid" />
214
214
<fd : events jcr : primaryType =" nt:unstructured" />
215
215
</textinput_1477533951 >
216
+ <textinput_278740740
217
+ jcr : created =" {Date}2024-06-03T16:41:36.206+05:30"
218
+ jcr : createdBy =" admin"
219
+ jcr : lastModified =" {Date}2024-06-03T16:41:55.103+05:30"
220
+ jcr : lastModifiedBy =" admin"
221
+ jcr : primaryType =" nt:unstructured"
222
+ jcr : title =" Text Input with multiple line"
223
+ sling : resourceType =" forms-components-examples/components/form/textinput"
224
+ enabled =" {Boolean}true"
225
+ fieldType =" text-input"
226
+ hideTitle =" false"
227
+ multiLine =" true"
228
+ name =" textinput_2787407401717413096406"
229
+ readOnly =" {Boolean}false"
230
+ textIsRich =" [true,true,true]"
231
+ unboundFormElement =" {Boolean}false"
232
+ visible =" {Boolean}true" />
216
233
</guideContainer >
217
234
</jcr : content >
218
235
</jcr : root >
Original file line number Diff line number Diff line change 48
48
placeholder ="${text.placeHolder} "
49
49
autocomplete ="${text.autoComplete} "
50
50
minlength ="${text.minLength} "
51
- maxlength ="${text.maxLength} "> </ textarea >
51
+ maxlength ="${text.maxLength} "
52
+ dir ="auto "> </ textarea >
52
53
< input data-sly-test ="${!useTextarea} "
53
54
title ="${text.tooltipVisible ? '' : text.tooltipText} "
54
55
class ="cmp-adaptiveform-textinput__widget "
You can’t perform that action at this time.
0 commit comments