Skip to content

v29.21.0

Choose a tag to compare

@seek-oss-ci seek-oss-ci released this 19 Jan 06:03
· 1091 commits to master since this release
ff74be5

Minor Changes

  • Add IconMobile and IconDesktop icons. (#867)

  • TextField: Add prefix prop (#866)

    The prefix prop allows you to prepend read-only content on the left-hand side of the field. This is typically used for currency symbols, country codes, etc.

    EXAMPLE USAGE

    <TextField prefix="+61" {...rest} />