Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Custom field - Select List (multiple choices) - defaulting to None?

Kim P
Contributor
May 1, 2020

Is it standard that the field will default to None, even if None is not an option in available list?  I want to make a required field, without a default.  Is there a better to way to implement a multi select list without a default, or is this even possible?

1 answer

1 vote
Vikrant Yadav
Community Champion
May 1, 2020

HI @Kim P The 'None' option no longer appears when the select list is a required field and has a default value.

If you really need to hide the none value, you can use Behavior functionality for Script runner plug in :- formField.setFieldOptions

This is the only feasible solution or you can try to add Java script in Field description in configuration.

 

Thanks

VIkrant Yadav

Kim P
Contributor
May 1, 2020

Thanks - seems silly to me to have a default value on a multi select list, so no, we don't have one set.  I'll keep these options in mind.  Appreciate the help.

Suggest an answer

Log in or Sign up to answer