github facultyai/dash-bootstrap-components 0.12.1
Release 0.12.1

latest releases: 1.6.1-rc1, 1.6.0, 1.6.0-rc1...
3 years ago

Added

  • Adds required property to Input and Select (PR 552)
  • Added debounce and show_initially props to Spinner. debounce can be used to add a time delay to prevent the spinner from dismissing immediately when its children have finished loading. This can help reduce flickering. show_initially can be used to ensure that the spinner is initially showing when the app starts up to prevent flickering when initial callbacks fire. (PR 561)
  • Added name and value props to Button, can be used to send additional data with form submissions. (PR 565)

Fixed

  • Fix toggle property of DropdownMenuItem which can be used to prevent the parent DropdownMenu from dismissing when that item is clicked on (PR 554)

Don't miss a new dash-bootstrap-components release

NewReleases is sending notifications on new releases.