InputText is jumping (gif attached)
See original GitHub issueHi. I’ve looked through the source code for Composer
and I just can’t figure out why this is happening. Any ideas?
The text is jumping up when entered.
May be related. Not sure. https://github.com/FaridSafi/react-native-gifted-chat/issues/1564
Issue Analytics
- State:
- Created 4 years ago
- Comments:9
Top Results From Across the Web
React controlled input cursor jumps - Stack Overflow
If your value is controlled by state, React will maintain the input's cursor position. The problem is when the input receives a change...
Read more >Snippets please support gif and image - Alfred forum
example: While input "!jump", I hope it become flowing gif ... look in my attached post to have a look at a way...
Read more >How to create fancy jumping text input labels - Bootcamp
GIF animation of a floating text input label. The jumping placeholders labels are now more or less the standard in web forms.
Read more >Using an animated Gif on a gui - AutoHotkey Community
Can you attach your gif? ... Re: Using an animated Gif on a gui Topic is solved ... #SingleInstance, Force SendMode Input SetWorkingDir, ......
Read more >How do I add a GIF image using HTML code? - Quora
In my most use case, I insert the gif image and make sure them the animation gif fit the full width of the...
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
I noticed it is gone after removing
lineHeight
inComposer
That seems to be a problem with lineHeight on input, try to set it to a point where it doesn’t do that, either that or increase the input’s height.