Cannot reproduce Zero-value 'required' choice resource fields trigger validator error

vbresults

Well-known member
Affected version
2.3.2
I have a choice resource field where one of the choice keys is the string '0'. If the field is required, the validator does not detect the '0' and thinks no value was submitted in the form. There must be an empty call instead of isset somewhere.

Also, dropdown resource fields add an extra empty option instead of selecting the first in the list by default or having a 'default' setting, and the same is the case for radio fields.
 
I can't reproduce this:

screenshot-UmnBJ6.webpscreenshot-NfzduB.webp

Also, dropdown resource fields add an extra empty option instead of selecting the first in the list by default or having a 'default' setting, and the same is the case for radio fields.
This has always been the case, so that users are required to make a selection rather than it being implicit.
 
This has always been the case, so that users are required to make a selection rather than it being implicit.
I have a selection between 2 choices and 99% of the time, one choice is the default.
How would I make it selected? In my case, I'd like the Full-time pre-selected.

Screenshot 2024-09-13 at 5.27.05 PM.webp

Screenshot 2024-09-13 at 5.27.19 PM.webp
 
Back
Top Bottom