Prerelease 1.7.0-rc3
Pre-release
Pre-release
This is a release candidate of dash-bootstrap-components v1.7.0. This version exposes some new props for Modal, and Textarea to allow users to customise the behaviour of those components, and extends the functionality of the debounce prop in Input and Textarea components. Please continue to report problems on our issue tracker.
Added
- Added
content_style/contentStyleanddialog_style/dialogStyleprops toModalto complement the existingcontentClassNameanddialogClassNameprops (PR 1029) - Added
submit_on_enterprop toTextareato allow users to disable default behaviour of incrementingn_submitwhen the Enter key is pressed (PR 1036) - Allow numeric debounce in
InputandTextareacomponents (PR 1056)