Skip to content

Add divider support

Compare
Choose a tag to compare
@johndatserakis johndatserakis released this 06 Sep 04:40
· 31 commits to master since this release
adb3de6

Pass a value of divider to type on the particular object you would like to server as the divider.

optionsArray1: [
  {
    name: 'Duplicate',
    slug: 'duplicate'
  },
  {
    type: 'divider'
  },
  {
    name: 'Delete',
    slug: 'delete'
  }
],

Screen Shot 2020-09-06 at 12 31 25 AM