We’re testing the latest version of Banzai in a sandbox environment, and have noticed that the multi-select picklists that are marked as required (or assigned the “required” css class) no longer render with a red outline.
Thanks!
Kartik
Page 1 / 1
You are right. That is a miss. We will fix it.
Thanks Rob!
Hi Rob, Is this fixed, we are still not able to find the red outline for the required MultiselectPicklist field?
Sorry Rahul. This is still a work in progress.
I was able to add a red border by adding as CSS class and CSS like this:
.YOURCSSCLASS .ui-multiselect{
border: 0;
border-top: 1px solid #d00;
border-right: 4px solid #d00;
border-bottom: 1px solid #d00;
border-left: 1px solid #d00;
}
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.