Patch Changes
-
#1875
8683243Thanks @bataevvlad! -DatepickerandRangeDatepickerrender their placeholder with the EvaplaceholderColorand
the text font instead of the selected-value text style. The placeholder style was computed but
never applied, so the placeholder and a selected date looked identical (#1224). Ported from
#1240 by @rmarquois. -
#1875
db57a62Thanks @bataevvlad! -Inputno longer loses its focused styling on web when the pointer enters or leaves the field.
Eva has no combined hover + focused state, so the hover handlers used to replace the focused
interaction with hover and then clear it on mouse-out, leaving a focused field styled as idle
(#1401). Hover is now ignored while the field is focused. Ported from #1779 by @raqso.