Skip to content

Commit 09f0ffb

Browse files
committed
Add required onSelect to button group picklist
1 parent 0aa24a5 commit 09f0ffb

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

demo/pages/HomePage/ButtonGroupSection.jsx

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ module.exports = React.createClass( {
2727
return {};
2828
},
2929

30+
handleOnSelect(){
31+
console.log('onSelect triggered');
32+
},
33+
3034
render() {
3135

3236
return (
@@ -47,9 +51,9 @@ module.exports = React.createClass( {
4751
<SLDSButton label='Save' variant='neutral' />
4852

4953
<SLDSDropdownBase
50-
label='More Options'
51-
variant='icon'
52-
iconName='down'
54+
label='More Options'
55+
variant='icon'
56+
iconName='down'
5357
iconVariant='border-filled'
5458
options={[
5559
{label:'A Option Option Super Super Long',value:'A0'},

0 commit comments

Comments
 (0)