wehaa / inline-field-update

Custom Field to Nova - Update a resource field inline
MIT License
29 stars 18 forks source link

Bug: Ignores validations #3

Closed jhm-ciberman closed 4 years ago

jhm-ciberman commented 5 years ago

I have:

            Liveupdate::make(__('Delivered Quantity'), 'delivered_quantity')
                ->rules('nullable', 'number', 'lte:quantity')
                ->sortable(),

But it ignores the validations

KevinKodamera commented 5 years ago

I have encountered this as well. However i would consider this a bug.

PatricNox commented 5 years ago

Yep, this is a bug. I have the very same issue which is formed as a bug, not enhancement, for my project.

PatricNox commented 4 years ago

@msassa Could you assist?

msassa commented 4 years ago

Hi @PatricNox I'm really short of time right now. But I can accept a PR if anyone can fix this. Sorry.

KevinKodamera commented 4 years ago

I've created a patch for v0.1.

validation.txt