-
Notifications
You must be signed in to change notification settings - Fork 1
Accent isn't applied on the letter on text boxes #4
Comments
React definitely doesn't like If we remove the connector's events batching the interface performance may suffer a lot with the successive intermediate renders, example: an attribute that has two dependents computed properties, if you change this attribute the interface will do 3 renders, now, imagine this scenario with a collection on a complex UI... 💀 I searched a lot some solution to this, but right now I'm run out of ideas. The current workaround that I'm using to solve this issue is to use a component like this https://github.com/samuelsimoes/todomvc-fluxo/blob/master/src/components/smart_input.js that allows me to use |
What is happening: Let's suppose that you press the letter
With this |
This very simple snippet is the basic usage of Fluxo, the connector and React
https://jsfiddle.net/samuelsimoes/q3p44sz1/
Here, If I try to type in the text box some text with an accent the accent simply doesn't go to the letter that it should be applied. This is happening in Chrome/Firefox/Safari through Mac OS (international keyboard layout).
Doing some tests on the connector in order to find the problem, if I remove the "next tick batching" logic from the connector the things works properly, so looks that we have a problem on this. 😔
The text was updated successfully, but these errors were encountered: