Skip to content

Commit c2dbd5e

Browse files
committed
Update changelog
1 parent e352abb commit c2dbd5e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v7.4.0
4+
5+
- Added support for configuring position of new tag option using `newOptionPosition` prop
6+
- Refactored typings to use `React.JSX` instead of global `JSX`, contributed by @memark
7+
38
## v7.3.0
49

510
- Added support for rendering a custom selected tags list component using `renderTagList` prop

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,11 +199,11 @@ The label text used to describe the component and input. _Please note_ that the
199199

200200
#### newOptionPosition (optional)
201201

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

204204
#### newOptionText (optional)
205205

206-
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%"`.
206+
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%"`.
207207

208208
#### noOptionsText (optional)
209209

0 commit comments

Comments
 (0)