-
Notifications
You must be signed in to change notification settings - Fork 197
smartCaret doesn't seem to be working #123
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Why do you think "SmartInput is still rendered"? |
I mean, Smart Caret is working and Android bug from this issue (#75) still occurs. |
So is "SmartInput is still rendered" or not? |
I am not sure if I understand your question. |
What do you mean exactly by saying that? |
I mean that I still have an issue with Samsung Android phone and cursor doesn't keep up with typing. |
That's a whole another thing. |
Also check the demo page - if |
Hi,
I am using this library in version 1.0.10:
Unfortunately when I am using
smartCaret={ false }
, SmartInput is still rendered. Also tried to pass input component byinputComponent={BasicInput}
, but it's doesn't work either. Any suggestions?Here's my implementation:
The text was updated successfully, but these errors were encountered: