Skip to content
This repository was archived by the owner on Nov 20, 2021. It is now read-only.

Commit 5975b66

Browse files
author
Ola Holmström
committed
2 parents 2b06500 + 1df8336 commit 5975b66

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,13 @@ Specify the class to add to the wrapper when the component is focused. Default i
301301

302302
##### tagProps
303303

304-
Props passed down to every tag component. Defualt is: `{className: 'react-tagsinput-tag', classNameRemove: 'react-tagsinput-remove'}`.
304+
Props passed down to every tag component. Defualt is:
305+
```javascript
306+
{
307+
className: 'react-tagsinput-tag',
308+
classNameRemove: 'react-tagsinput-remove'
309+
}
310+
```
305311

306312
##### inputProps
307313

0 commit comments

Comments
 (0)