Looking at the code we always add an empty option for select fields (non- multiple), even if they are required. This always someone to submit an empty value, even though it may be required.
Design question: what becomes the pre-selected option? The first one? Configurable?
Looking at the code we always add an empty option for
selectfields (non- multiple), even if they are required. This always someone to submit an empty value, even though it may be required.Design question: what becomes the pre-selected option? The first one? Configurable?