Skip to content

Release 0.7.0

Choose a tag to compare

@martinpengellyphillips martinpengellyphillips released this 17 Mar 15:52
· 59 commits to main since this release

Added

  • Support disabling select by passing boolean value for disabled prop (both in
    createSelect or the Select component). When disabled no interaction is
    permitted. The component is visually styled based on the data-disabled
    attribute.

    <Select disabled options={["one", "two", "three"]} />

Fixed

  • Ensure control is focused even when clicking on extremities of container.