Benjacho / belongs-to-many-field-nova

Belongs To Many field Laravel nova to represent many to many relationship in field.
MIT License
157 stars 81 forks source link

Rules are not respected #90

Closed mnlmaier closed 3 years ago

mnlmaier commented 3 years ago

Hi guys,

I have this code: BelongsToManyField::make('Values', 'values', 'App\Nova\Value')->rules('required', 'min:1', 'max:5', 'size:3'),

Still i can attach more than 5 values, also, the "required" property is not respected. Am I missing something here?

mnlmaier commented 3 years ago

bump

Benjacho commented 3 years ago

This actually works, update your version or check nova core specific.