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 0aa24a5 commit 09f0ffbCopy full SHA for 09f0ffb
demo/pages/HomePage/ButtonGroupSection.jsx
@@ -27,6 +27,10 @@ module.exports = React.createClass( {
27
return {};
28
},
29
30
+ handleOnSelect(){
31
+ console.log('onSelect triggered');
32
+ },
33
+
34
render() {
35
36
return (
@@ -47,9 +51,9 @@ module.exports = React.createClass( {
47
51
<SLDSButton label='Save' variant='neutral' />
48
52
49
53
<SLDSDropdownBase
50
- label='More Options'
- variant='icon'
- iconName='down'
54
+ label='More Options'
55
+ variant='icon'
56
+ iconName='down'
57
iconVariant='border-filled'
58
options={[
59
{label:'A Option Option Super Super Long',value:'A0'},
0 commit comments