Skip to content

v29.15.0

Choose a tag to compare

@seek-oss-ci seek-oss-ci released this 09 Nov 01:08
· 1137 commits to master since this release
8f3a393

Minor Changes

  • Autosuggest: Support custom label text for suggestions (#821)

    You can now optionally provide different suggestion text from the value that gets inserted into the text field.

    EXAMPLE USAGE

    <Autosuggest
      suggestions={[{ text: 'apples', label: 'Add "apples"' }]}
      {...restProps}
    />