How to use the @instructure/ui-options/lib/Options/locator.find function in @instructure/ui-options

To help you get started, we’ve selected a few @instructure/ui-options examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github instructure / instructure-ui / packages / ui-select / src / Select / locator.js View on Github external
findOptionsList: async (element, ...args) => {
    const content = await PopoverLocator.findContent(element, ...args)
    return content ? OptionsLocator.find(content.getDOMNode()) : null
  }
})

@instructure/ui-options

A view-only component for composing interactive lists and menus.

MIT
Latest version published 1 day ago

Package Health Score

84 / 100
Full package analysis

Similar packages