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

onUpdateInput for AutoComplete

Open sachinmour opened this issue 8 years ago • 3 comments

  • onUpdateInput should execute regardless of dataSourceConfig.
  • As we would like to have different methods for user select and user change, another function such onUpdateInput which is also available in material-ui core library, this would be a good addition.

sachinmour avatar Apr 23 '17 03:04 sachinmour

Codecov Report

Merging #142 into master will increase coverage by 2.06%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #142      +/-   ##
==========================================
+ Coverage   76.31%   78.37%   +2.06%     
==========================================
  Files          11       11              
  Lines          38       37       -1     
==========================================
  Hits           29       29              
+ Misses          9        8       -1
Impacted Files Coverage Δ
src/AutoComplete.js 50% <0%> (+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...1d755f4. Read the comment docs.

codecov-io avatar Apr 23 '17 03:04 codecov-io

@erikras @sachinmour are there any plans get this change into a release?

llamamoray avatar Jun 19 '17 14:06 llamamoray

@erikras any update on this? I can't get a basic async search going on autocomplete with the redux-form version. With or without a dataSourceConfig, it simply does not fire onUpdateComplete

cyrus-za avatar Jul 08 '17 12:07 cyrus-za