Things we changed
- f685b72 Updated the menu calculations to use real math
- 93acc26 Added transition delay to auto
v-select
list tiles (non active) - 4a2e85d
v-form
will now provide sensible default styling when using grid elements in its slot - f85b879 box and outline styles should now properly align horizontally
- 4c8c5e6 Adjusted suffix styles for
v-text-field
to avoid unnecessary ellipsis.
Things we fixed
- 641426c Additional tweaks to hide native inputs on IE and android (blinking cursor in inputs)
- 3fc9787 Fixed a bug where
v-autocomplete
was not properly setting search value if an initial value was assigned - 34d96e7
v-autocomplete
should now select the first index if only 1 result displays from filtering - 3b5f7b2 Fixed a bug where
v-select
was not properly hiding selected items - e2915c8 When using a placeholder (not label) with
v-select
, will now hide when the input is dirty - 36a7461 Fixed alignment input in
v-select
when not using the multiple prop. - 9a5aef6 Adjusted container gutters for
v-container
- 33064ee
- Fixed error state colors and transitions
- Fixed lazy-validation on
v-form
- Fixed requiring an error to validate
- 1346a7e Fixed label alignment on
v-checkbox
andv-switch
to matchv-radio
- 7e06f6c All margin has been removed from full-width
v-text-field
s - #2834 Fixed a bug that allowed search filtering when
v-autocomplete
is selecting an item index - #4066 Fixed a bug that caused a double scrollbar in
v-dialog