redux-form-material-ui
redux-form-material-ui copied to clipboard
onUpdateInput for AutoComplete
- 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.
Codecov Report
Merging #142 into master will increase coverage by
2.06%. The diff coverage is0%.
@@ 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 dataPowered by Codecov. Last update b26f161...1d755f4. Read the comment docs.
@erikras @sachinmour are there any plans get this change into a release?
@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