styleguide icon indicating copy to clipboard operation
styleguide copied to clipboard

Translate non-string values in the `<Dropdown.Native>`

Open caillou opened this issue 5 years ago • 0 comments

The <Dropdown.Native> abstraction is leaky. Currently, only string values work.

Ideally, users of the style-guide should not care about this, e.g.: https://github.com/orbiting/republik-admin-frontend/pull/59#discussion_r446255432

if (typeof value !== 'string') {
  // map a random ID to the value.
}

caillou avatar Jun 29 '20 08:06 caillou