Select / dropdown strange issue

I have noticed inconsistent when it comes to the form.

When I created a dropdown (select tag), the required field came out of nowhere. Not exactly sure where it came from. There is no “required” option in dropdown (select) setting either. (see attach)

Is this some kind of strange bug?

Also, please add the required option for both radio and select settings.

Aaron,

Great idea for a feature request, this makes sense to me. I don’t know if this is a problem, since by its nature I do believe it is working as designed. I suppose if you really needed these fields to be required at the moment, you could always copy the code we generate and put it in an HTML widget, then add the “required” attributes to the form…

Had no idea you could do that… that makes sense.