MDB5 React Version 8.0.0 released.
Bootstrap + React. What more Do You Need?

Features:
- Autocomplete - Changed
onSelectto return option data instead of string value only
Fixed & improved:
Improved dev repository to facilitate plugins development and testing
-
Removed props:
defaultTime,defaultDate, ,dateFormat,timeFormat. These options can be passed throughtimepickerOptionsanddatepickerOptions.Removed
inputRef. Input reference can be reached with forwardRef.
-
Fixed disabling scroll on mobiles in modal mode
Fixed bug causing hour not to be selected after click on the clock
Fixed issue causing z-index to be not applied correctly
-
Props will be spread on the input instead of the div wrapper
Fixed triggering 'onChange' when keyboard is used on the closed select
Transfer - Fixed bug causing endless loop when the data was undefined.
-
Fixed height calculating in horizontal mode
Added validating all form controls in stepper linear
Collapse - Fixed height calculating when collapse is not initially visible
-
Fixed bug causing 'undefined is not iterable' error for
leaveHiddenModal=falseFixed a bug causing the backdrop not to be displayed when the modal was quickly closed and reopened
Fixed triggering
onOpenandonCloseeventsRemoved
setOpen. Modal will accept only theopenprop to manage the open state. UseonCloseevent to control it.
Popconfirm - Added focus trap and improved keyboard accessibility
Calendar - Migrated from
SelectDeprecatedtoSelectDummy - Migrated from
SelectDeprecatedtoSelectTableEditor - Migrated from
SelectDeprecatedtoSelectTreeview - Fixed collapse animation
Toast - Updated background colors
Lightbox - Removed
fontAwesomeoption




