Prerelease 1.6.1-rc2
Pre-release
Pre-release
This is a release candidate of dash-bootstrap-components v1.6.1. This version exposes some new props for Modal
, and Textarea
to allow users to customise the behaviour of those components. Please continue to report problems on our issue tracker.
Added
- Added
content_style
/contentStyle
anddialog_style
/dialogStyle
props toModal
to complement the existingcontentClassName
anddialogClassName
props (PR 1029) - Added
submit_on_enter
prop toTextarea
to allow users to disable default behaviour of incrementingn_submit
when the Enter key is pressed (PR 1036)