EMMAN

Results 10 issues of EMMAN

### Bug in DropdownActions on Click **Describe the bug** When using DropdownActions as an action class for a grid, there's a bug. The table grid design displays the grid table...

auth.throttle: countdown added

auth.throttle time countdown added

auth.throttle time countdown added

…function Throttle.php added the countdown timer on getToManyAttemptsMessage() function

![image](https://github.com/open-admin-org/open-admin/assets/67356375/cbb0c4fd-20b3-4df3-821b-cea76d90c9e6) **Describe the bug** There is no red border displayed on the required SELECT DROPDOWN when the form is submitted and remains empty. **Expected behavior** As part of form validation,...

added composer require alperenersoy/filament-export:^3.0.3-beta for filament v3 on README

**Added information on readme on how to use this filament-exceptions with filament-shield** Added information on readme on how to use this filament-exceptions with filament-shield, because sometimes, its not working automatically...

i can't access the demo website 'https://filament-apex-charts-demo.leandroferreira.dev.br/admin/login' it says: ![image](https://github.com/user-attachments/assets/5c94bcd1-7340-4344-8583-e71935de341f)

added ->excludeColumns **SAMPLE USAGE:** ``` \AlperenErsoy\FilamentExport\Actions\FilamentExportBulkAction::make('export') ->excludeColumns(['created_at', 'updated_at', 'deleted_at']), ```