Muetze42 / nova-radio-field

A Radio Buttons field for Laravel Nova.
https://novapackages.com/packages/norman-huth/nova-radio-field
MIT License
5 stars 2 forks source link

->nullable() doesn't do anything #26

Closed jdion84 closed 11 months ago

jdion84 commented 1 year ago

The radio will have the first option selected, even if the value is null and you set the field to ->nullable()

is there a way to make this so it allows null (completely unchecked) field values?

Muetze42 commented 1 year ago

For radio buttons, it is intended that one is always active. It is not possible to deactivate them.