Skip to content

Commit

Permalink
Filter form array
Browse files Browse the repository at this point in the history
leandrocfe committed Jan 18, 2024

Verified

This commit was signed with the committer’s verified signature.
1 parent 399aca4 commit 1c52467
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## 3.1.2

### Fixed

- Filter form data array.

## 3.1.1

### Changed
2 changes: 1 addition & 1 deletion src/Concerns/CanFilter.php
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ trait CanFilter

public ?string $filter = null;

public array $filterFormData = [];
public ?array $filterFormData = [];

public bool $dropdownOpen = false;

0 comments on commit 1c52467

Please sign in to comment.