Aravind Ram
Infolist Custom ViewEntry added form field validation.
@Dan Harrin created ...
https://github.com/filamentphp/filament/issues/11590
13 replies
Infolist Custom ViewEntry added form field validation.
@Dan Harrin issue opened
https://github.com/akshaybokaderanium/filament-repeatable-entry-issue-repro/issues/1
13 replies
Infolist Custom ViewEntry added form field validation.
@Dan Harrin I have attached the repo link below
https://github.com/akshaybokaderanium/filament-repeatable-entry-issue-repro
Steps to setup & replicate issue
1. Clone and install composer
2. Please use .env.example for environment values
3. Create database with the name of "repeatable_entry_issue"
4. Migrate and seed (php artisan migrate:fresh --seed)
5. Use any user from table to login as admin and use "password" word as password
6. After the login, you will be redirected to "consent-option-request" page
7. If you click "Save consent" button you get alert notification. the form fields will get wiped out.
We have to show the validation messages on every form fields.
13 replies