redux-form-material-ui icon indicating copy to clipboard operation
redux-form-material-ui copied to clipboard

Fix onFocus, onBlur events for AutoComplete component

Open adam187 opened this issue 8 years ago • 2 comments

Pass rest of props from input to MaterialUI component, mainly for onFocus, onBlur callbacks to properly trigger @@redux-form/FOCUS @@redux-form/BLUR redux actions.

Without it touched meta will never be set and error message will never show. (at least in my use case)

adam187 avatar Jun 26 '17 18:06 adam187

Codecov Report

Merging #159 into master will increase coverage by 0.6%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #159     +/-   ##
=========================================
+ Coverage   76.31%   76.92%   +0.6%     
=========================================
  Files          11       11             
  Lines          38       39      +1     
=========================================
+ Hits           29       30      +1     
  Misses          9        9
Impacted Files Coverage Δ
src/AutoComplete.js 50% <100%> (+7.14%) :arrow_up:
src/Slider.js 100% <0%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b26f161...a810223. Read the comment docs.

codecov-io avatar Jun 26 '17 18:06 codecov-io

Could someone merge this?

18601673727 avatar Mar 13 '18 04:03 18601673727