Skip to content

Commit

Permalink
[DO-NOT-MERGE] Test code in story
Browse files Browse the repository at this point in the history
  • Loading branch information
pwolfert committed Jul 28, 2023
1 parent ada2f21 commit 405fc07
Showing 1 changed file with 8 additions and 0 deletions.
Expand Up @@ -63,6 +63,14 @@ export const Default: Story = {
options: dropdownOptions,
label: 'Dropdown example',
name: 'dropdown_field',
getA11yStatusMessage: (args) => {
console.log('Status', args);
return 'Hello world';
},
getA11ySelectionMessage: (args) => {
console.log('Selection', args);
return 'Hello world';
},
},
};

Expand Down

0 comments on commit 405fc07

Please sign in to comment.