Skip to content

Commit fde18f7

Browse files
committed
version updated
1 parent ca6a20b commit fde18f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export default App
8080
## Props Options
8181
|Props| type | default | description
8282
|-----|------| ------- | ----------|
83-
| options| array | "" | pass options as array of object <br> `label` : (string) Options Label <br> `value` : Option value <br> `style` : (object) custom style <br> `classes` : (string) style classes <br> <br> example: <br> `[ { label : "Option 1", value : "opt_1", style: {textAlign: 'center'}, classes: "classA classB" } ]`
83+
| options| array | "" | pass options as array of object <br> `label` : (string or JSX) Options Label <br> `value` : Option value <br> `style` : (object) custom style <br> `classes` : (string) style classes <br>`title` : must be provide for JSX label <br> <br> example: <br> `[ { label : "Option 1", value : "opt_1", style: {textAlign: 'center'}, classes: "classA classB" } ]`
8484
|onChange | function | |Return value on input change
8585
| width | int | 300 | Specify width in px
8686
|name| string | '' | specify a name for form

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-multiple-select-dropdown-lite",
3-
"version": "1.1.1",
3+
"version": "2.0.0",
44
"description": "React Multiple Select Light Weight Dropdown list | Searchable | Addable | Groupable etc",
55
"author": "arif-un",
66
"license": "MIT",

0 commit comments

Comments
 (0)