outl1ne / nova-settings

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

Default for field is not being applied #177

Open graphem opened 7 months ago

graphem commented 7 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 2 months ago

Me too