diff --git a/form/field_choice.go b/form/field_choice.go index 3040b8b..cbdc170 100644 --- a/form/field_choice.go +++ b/form/field_choice.go @@ -100,7 +100,7 @@ func NewFieldChoice(name string) *Field { NewOption("choices", &Choices{}), NewOption("expanded", false), NewOption("multiple", false), - NewOption("empty_choice_label", ""), + NewOption("empty_choice_label", "None"), ) f.WithBeforeBind(func(data any) (any, error) {