Browse Source

Rlsnotes #3080

pull/3130/merge
Jack 9 years ago
parent
commit
767ad26cb9
1 changed files with 1 additions and 0 deletions
  1. 1
      RELEASE-NOTES.md

1
RELEASE-NOTES.md

@ -22,6 +22,7 @@
- **Divider/Step/Modal/AD** - Fixes 1px jump at `@mobileBreakpoint` caused by incorrect edge conditions in media query #3180 **THanks @mdehoog**
- **Dimmer** - Dimmer can now works correctly with `opacity: 0` #3167 **Thanks @mdehoog**
- **Dropdown** - Fixed issue where tabindex was being removed incorrectly with `selection dropdown` in some cases. #3002
- **Dropdown** - Added `remoteValues` as a possible `field` setting. Allowing users to return API results using arbitrary JSON object groupings. #3080
- **Dropdown** - `search dropdown` will now initialize with `autocomplete="off"` to avoid triggering native autocomplete menu
- **Form Validation** - Fixes error on `blur` or `change` when using a blank validation object #3131 **Thanks @listepo**
- **Form Validation** - Fixes some issues with form integer validation #3053 **Thanks @maturano**

Loading…
Cancel
Save