const MultiValueLabel = (props: MultiValueProps<LemmaOption>): JSX.Element => (
  <components.MultiValueLabel {...props}>
    <InlineMarkdown source={props.data.label} />
  </components.MultiValueLabel>
)