

Bill McCullough, Champion
-
12,948 Points
Posted 4 years ago
-
256 Points
- Use Javascript validation to insure value is populated and may be CSS to put red borders.
- Create a validation rule on Salesforce side.
Irvin Waldman, Champion
-
9,016 Points

Bill McCullough, Champion
-
12,948 Points
Zach McElrath, Employee
-
49,648 Points
This is a bug, Rich Textarea fields should have the red outline when the field is required. We have fixed this and the fix should be made available in an upcoming patch release of Skuid.
Regards,
Zach
Zach McElrath, Employee
-
49,648 Points
Bill McCullough, Champion
-
12,948 Points
Chandra V, Champion
-
7,206 Points
Rob Hatch, Official Rep
-
44,168 Points
mB Pat Vachon, Champion
-
42,926 Points
mB Pat Vachon, Champion
-
42,926 Points
In the meantime, you could use the following CSS.
.nx-field.nx-layout-above.nx-modified.required > div > div > textarea { border: none; border-top: 1px solid #d00; border-right: 4px solid #d00; border-bottom: 1px solid #d00; border-left: 1px solid #d00; }
-
454 Points
Zach McElrath, Employee
-
49,648 Points
- 60 Points
Karen Waldschmitt, Official Rep
-
8,340 Points
If you upgrade to the newest version at https://www.skuid.com/skuidreleases, do you still have this issue?
Thanks!
Karen
Bill McCullough, Champion