whitecube / nova-flexible-content

Flexible Content & Repeater Fields for Laravel Nova
MIT License
788 stars 231 forks source link

readonly() won't save values to db #478

Open handhikadj opened 1 year ago

handhikadj commented 1 year ago

this is supposed to hide the action buttons only but it won't save to db after I tried it several times as well

Flexible::make('Prices')
                ->addLayout('Prices', 'prices', [
                    //
                ])
                ->readonly(),
majdghithan commented 1 year ago

please see https://github.com/laravel/nova-issues/issues/3630