Browse Source

Update rlsnotes

pull/5637/merge
Jack 7 years ago
parent
commit
4466494d7f
1 changed files with 2 additions and 0 deletions
  1. 2
      RELEASE-NOTES.md

2
RELEASE-NOTES.md

@ -21,7 +21,9 @@ Caused by: DefaultsError: `preserveComments` is not a supported option
- **Modal** - Fixes issue where init order matters when multiple modals are shown at same time and `allowMultiple: true` is used #5559
**Enhancements**
- **Modal** - Modal will now take into account absolutely positioned elements inside a modal when determining if scrolling is necessary. #5578 **Thanks @lulalala**
- **Dropdown** - Calling dropdown methods on a `<select>` turned into a dropdown will now automatically pass settings to the initialized dropdown, #3744
```javascript
$('select').dropdown();
// somewhere later

Loading…
Cancel
Save