Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
i-like-robots committed Nov 20, 2024
1 parent e352abb commit c2dbd5e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v7.4.0

- Added support for configuring position of new tag option using `newOptionPosition` prop
- Refactored typings to use `React.JSX` instead of global `JSX`, contributed by @memark

## v7.3.0

- Added support for rendering a custom selected tags list component using `renderTagList` prop
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,11 +199,11 @@ The label text used to describe the component and input. _Please note_ that the

#### newOptionPosition (optional)

The position of the option shown when the `allowNew` prop is enabled, either `"first"` or `"last"`. Defaults to `"last"`.
The position of the new tag option shown when the `allowNew` prop is enabled, either `"first"` or `"last"`. Defaults to `"last"`.

#### newOptionText (optional)

The option text shown when the `allowNew` prop is enabled. The placeholder `%value%` will be replaced by the current input value. Defaults to `"Add %value%"`.
The text displayed in the new tag option shown when the `allowNew` prop is enabled. The placeholder `%value%` will be replaced by the current input value. Defaults to `"Add %value%"`.

#### noOptionsText (optional)

Expand Down

0 comments on commit c2dbd5e

Please sign in to comment.