Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add keyBindings feature to Repeater field's addAction button #15489

Closed
wants to merge 3 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Some fixes related test errors
alifallahrn committed Jan 31, 2025
commit a2eb0db7febbec32709a540c430d6cdd260eb106
1 change: 1 addition & 0 deletions packages/forms/src/Components/Repeater.php
Original file line number Diff line number Diff line change
@@ -16,6 +16,7 @@
use Illuminate\Database\Eloquent\Relations\BelongsToMany;
use Illuminate\Database\Eloquent\Relations\HasOneOrMany;
use Illuminate\Support\Str;
use Illuminate\Support\Arr;

use function Filament\Forms\array_move_after;
use function Filament\Forms\array_move_before;