0
On Choice field eliminate empty
How can I eliminate the empty on the choice field ?
8 replies
-
Hi Rafael,
If you already have a Formula field on your form that modifies some CSS styles you can just add this line to it.
.choice-menu-item:first-child{display:none;}
If you don't, you need to add a Formula field with this code in it.
html(" <style> .choice-menu-item:first-child{display:none;} </style> ")
This will leave a space at the bottom of the menu because the other menu items have just shifted up.
-
By setting the Required to 'yes' in the choice field setting.
-
As RoSoft says. Empty implies not required. If the field is Required = yes then a choice has to be made.
-
Rafael Try 'IssueType' >= 2
Content aside
- Status Answered
- 1 yr agoLast active
- 8Replies
- 113Views
-
4
Following