github carbon-design-system/carbon-components-svelte v0.43.0

latest releases: v0.89.7, v0.89.6, v0.89.5...
4 years ago

Compare v0.42.3...v0.43.0

Features

  • add ability to programmatically clear a ComboBox using the clear component accessor (dfc00f6, #804 contributed by @rafadess)

    <script>
      import { ComboBox } from "carbon-components-svelte";
    
      let ref;
    </script>
    
    <ComboBox bind:this={ref} />
    
    <button on:click={ref?.clear}>
      Clear
    </button>

Don't miss a new carbon-components-svelte release

NewReleases is sending notifications on new releases.