

Bill McCullough, Champion
-
13,612 Points
Posted 5 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,026 Points

Bill McCullough, Champion
-
13,612 Points
Zach McElrath, Employee
-
54,366 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
-
54,366 Points
Bill McCullough, Champion
-
13,612 Points
Chandra V, Champion
-
7,700 Points
Rob Hatch, Official Rep
-
44,968 Points
Pat Vachon, Champion
-
45,300 Points
Pat Vachon, Champion
-
45,300 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
-
54,366 Points
- 60 Points
Karen Waldschmitt, Official Rep
-
9,082 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