outl1ne / nova-settings

A Laravel Nova tool for editing custom settings using native Nova fields.
MIT License
278 stars 97 forks source link

Default for field is not being applied #177

Open graphem opened 11 months ago

graphem commented 11 months ago

Using the Nova field with a default seems to not add the default in the UI:

Text::make('Site Name', 'site_name')->default('LMS')

Let me know if this is something known with incoming fix, otherwise, I can look at it and maybe do a PR

beiaduo commented 7 months ago

Me too