TiagoSilvaPereira / vemto-filament-plugin

A Vemto plugin for generating Filament admin panels
21 stars 9 forks source link

Use ->required() instead of ->rules(['required']) #9

Closed ziming closed 1 year ago

ziming commented 1 year ago

Currently this plugin use ->rules(['required'])

It is not the same as ->required(), when you use ->required(), filament also adds a red * beside the label.

TiagoSilvaPereira commented 1 year ago

Tagging @nicollassilva

nicollassilva commented 1 year ago

Hi @ziming, the new version of this plugin will fix this. Thank you!