Composition characters break with react-redux@5 and redux-form-material-ui
See original GitHub issueAre you submitting a bug report or a feature request?
A bug report.
What is the current behavior?
Japanese character ‘さ’ is from Roma-ji ‘s’ and ‘a’. But with react-redux@5
, first ‘s’ was fixed without return key.
What is the expected behavior?
With react-redux@4
, ‘さ’ was inserted exactly.
What’s your environment?
- redux-form 6.5.0
- react-redux 5.0.2
- material-ui 0.17.0
- redux-form-material-ui 4.1.2
- macOS 10.12.3
- Chrome 56.0.2924.87
- Google IME
Issue Analytics
- State:
- Created 7 years ago
- Comments:9 (2 by maintainers)
Top Results From Across the Web
Composition characters break with react-redux@5 ... - GitHub
Really simple. import React from 'react' import { Field, reduxForm } from 'redux-form' import { TextField } from 'redux-form-material-ui' const ...
Read more >Material UI Example - Redux Form
This is a simple demonstration of how to connect all the standard material-ui form elements to redux-form . For the most part, it...
Read more >reactjs - redux form and material ui framework -- with auto type
You can tell the typeAnimation to stop typing, with the callback function, It just an idea, const shouldContinue = callback(concatStr); // ...
Read more >Redux setup - ALCA Profumerie
The Redux setup is done. import { createStore , combineReducers } from 'redux'; import { reducer as formReducer } from 'redux-form'; const Jun...
Read more >usedispatch hook in function Code Example - Code Grepper
Source: react-redux.js.org ... change color of material design angular progress bar ... remove special characters from string javascript ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@erikras @CoderNie @jiexishede Now, with
redux-form@6.8.0
,redux-form-material-ui@4.2.0
,redux@3.7.1
,react-redux@5.0.5
, this problem doesn’t happen.This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.