We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41a33c1 commit 20f8a6cCopy full SHA for 20f8a6c
examples/src/components/Tags.js
@@ -24,11 +24,11 @@ export default class Tags extends Component {
24
<Select2
25
multiple={false}
26
data={[
27
- {text: 'Bug', id: 0},
28
- {text: 'Feature', id: 1},
29
- {text: 'Documents', id: 2},
30
- {text: 'Discussion', id: 'UUID'}
31
- ]}
+ {text: 'Bug', id: 0},
+ {text: 'Feature', id: 1},
+ {text: 'Documents', id: 2},
+ {text: 'Discussion', id: 'UUID'},
+ ]}
32
onOpen={() => { console.log('onOpen'); } }
33
onClose={() => { console.log('onClose'); } }
34
onSelect={() => { console.log('onSelect'); } }
0 commit comments