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?
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
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.