File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ import Select2 from 'react-select2-wrapper';
27
27
/ >
28
28
```
29
29
30
- ### With data as an object
30
+ ### Data as an object
31
31
32
32
``` js
33
33
< Select2
@@ -44,7 +44,7 @@ import Select2 from 'react-select2-wrapper';
44
44
/ >
45
45
```
46
46
47
- ### With callbacks
47
+ ### Callbacks
48
48
49
49
``` js
50
50
< Select2
@@ -62,7 +62,7 @@ import Select2 from 'react-select2-wrapper';
62
62
/ >
63
63
```
64
64
65
- ### With default value
65
+ ### Default value
66
66
67
67
``` js
68
68
< Select2
@@ -80,7 +80,7 @@ import Select2 from 'react-select2-wrapper';
80
80
/ >
81
81
```
82
82
83
- ### With default multiple value
83
+ ### Default multiple value
84
84
85
85
``` js
86
86
< Select2
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-select2-wrapper" ,
3
- "version" : " 0.3 .0" ,
3
+ "version" : " 0.4 .0" ,
4
4
"description" : " React component for Select2" ,
5
5
"main" : " lib/components/Select2.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments