Browse Source

Merge branch 'input-fix' of github.com:Semantic-Org/Semantic-UI into next

pull/2850/head
jlukic 9 years ago
parent
commit
3b7dec4102
1 changed files with 1 additions and 0 deletions
  1. 1
      RELEASE-NOTES.md

1
RELEASE-NOTES.md

@ -49,6 +49,7 @@
- **Dropdown** - Fixes issues with setting "" (empty quote) values when `placeholder: false` is used. Fixes issues with using `clear` and `restore defaults` without placeholders. #2637
- **Dropdown** - Remove use of `trim` which causes issues IE 11 and below #2806
- **Embed** - Remove accidental `console.log` statements in js #2760
- **Form / Input** - Fixes issue where `ui input` would sometimes collapse to `0px` width, especially when used inside an `inline field` #2705 #2621 #2821
- **Form / Input** - Fixes `::placeholder` text color for `ui error input`, modifies form error placeholder color to distinguish from form value error color #2786
- **Form** - Form will no longer show messages that are empty in `error`, `warning`, or `success` state.
- **Form** - Date input and other special input in chrome now are the same height as normal input (adds custom vendor shadow dom styling) #2704

Loading…
Cancel
Save