Skip to content

Commit 8b1f636

Browse files
committed
Updated demo to include dropdown "menu-item"
1 parent 5dc2d28 commit 8b1f636

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

demo/src/schema/normalized.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ export default {
148148
styles: {
149149
backgroundColor: 'red',
150150
},
151+
role: 'menu-item',
151152
thunk: ( config ) => ( dispatch, getState ) => {
152153
// Get current table state.
153154
const tableState = getState()[config.reducerName][config.name];
@@ -165,6 +166,7 @@ export default {
165166
type: 'action',
166167
name: 'edit',
167168
label: 'Edit this field',
169+
role: 'menu-item',
168170
}]
169171
},
170172
SimpleButton: {

0 commit comments

Comments
 (0)