Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 8d251ad

Browse files
committed
#6774: Input UI Component Example incorrect
1 parent 1b0692e commit 8d251ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guides/v2.3/ui_comp_guide/components/ui-input.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ This example integrates the Input component with the [Form]({{ page.baseurl }}/u
3939
...
4040
<fieldset>
4141
...
42-
<input name="input_example" formElement="text">
42+
<field name="input_example" formElement="input" sortOrder="10">
4343
<settings>
4444
<visible>true</visible>
4545
<elementTmpl>ui/form/element/input</elementTmpl>
4646
<label translate="true">Input field example</label>
4747
</settings>
48-
</input>
48+
</field>
4949
</fieldset>
5050
</form>
5151
```

0 commit comments

Comments
 (0)