Skip to content

Commit

Permalink
📝 Document changes
Browse files Browse the repository at this point in the history
  • Loading branch information
esentis committed Jul 17, 2024
1 parent b56fe25 commit fe56284
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.6.5 ✨ New parameters

- Adds `allowDuplicateSelection` parameter on `MultipleSearchController`. Defaults to `true`, whether you want duplicate items (if present on list) to be picked.
- Adds `validator` parameter on `CreateOptions`. Defaults to `true`, a `bool Function(T)` to validate the item before creating it.

## 2.6.4 ✨ New parameter

- Added the `minCharsToShowItems` parameter to `MultipleSearchController` to delay the search operation until the user has typed a minimum number of characters.
Expand Down

0 comments on commit fe56284

Please sign in to comment.