Skip to content

Commit 6a5c3ac

Browse files
Form: add 'Customize a Validation Icon' (DevExpress#6375) (DevExpress#6376)
1 parent efd5bef commit 6a5c3ac

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
To customize the validation icon, modify the `dx-texteditor-input-container` class. To shift the icon's position to the left, apply these CSS rules:
2+
3+
<!--CSS-->
4+
.dx-texteditor.dx-invalid .dx-texteditor-input-container::after {
5+
left: 4px;
6+
right: 0;
7+
}
8+
9+
.dx-texteditor.dx-invalid .dx-texteditor-input {
10+
padding-right: 0;
11+
padding-left: 34px;
12+
}
13+
14+
[Examine CSS](/Documentation/Guide/Troubleshooting/Basics/#Examine_CSS) if further customization is required.

0 commit comments

Comments
 (0)