z-song / demo.laravel-admin.org

Source code of official http://demo.laravel-admin.org website.
507 stars 250 forks source link

$form->embeds validations #38

Closed uacode closed 5 years ago

uacode commented 5 years ago

Hello,

Form validation in embeds seems does not works.

$form->embeds('price', 'Device price list', function ($form) {
                        $form
                            ->text('price', $r->vendor->title . '/' . $r->title)
                            ->rules('integer');
                    });

I can save text...

uacode commented 5 years ago

Sorry, magic, i'ts works...