outl1ne / nova-settings

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

->rules('required') does not display the asterisk* #12

Closed cgarofalo closed 4 years ago

cgarofalo commented 4 years ago

->rules('required') does not display the asterisk. In Nova Resources, this rule alone is enough to display the asterisk . In Nova Settings I have to use ->rules('required')->required() to show the asterisk and actually have it validate.

Tarpsvo commented 4 years ago

Hi! Thanks for reporting this, fixed in version 2.4.3. Good luck!