We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 110112a commit d0a32ceCopy full SHA for d0a32ce
example/src/App.js
@@ -16,7 +16,7 @@ const App = () => {
16
{ label: 'Option 3', value: 'option_3' },
17
{ label: 'Option 4', value: 'option_4' },
18
{
19
- title: 'group', type: 'group', emptyDataLabel:'No Group Option Found', childs: [
+ title: 'group', type: 'group', emptyDataLabel: 'No Group Option Found', childs: [
20
{ label: 'Option 5', value: 'option_5' },
21
{ label: 'Option 6', value: 'option_6' }
22
]
0 commit comments