moonshine-software / moonshine

Laravel Admin panel and more. Simple for beginners and powerful for experts. Using Blade, Alpine.js and Tailwind CSS.
https://moonshine-laravel.com
MIT License
714 stars 94 forks source link

Hide errors header form #1162

Closed forest-lynx closed 1 month ago

forest-lynx commented 1 month ago

Добавлена возможность скрывать отображение ошибок валидации в верхней части формы. validation

<?php
namespace App\MoonShine\Resources;
//...
class ImageResource extends ModelResource
{
  //...
  protected bool $hideErrorsAtFormTop = true;
  //...
}

hide-validation