You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation ignores the text field cursor position and always assumes that the user is typing after the last character. It would be cool to have the ability to move the cursor around and type/delete from where its located.
Again, awesome work, thanks a lot 👍
The text was updated successfully, but these errors were encountered:
Cursor already exist at last character. Just add it as drawable into style field.
The slight issue is a position of cursor in this project not correctly shifted to right or left according to direction of language. I will fix it soon.
I think in RTL language you make cursor position 0 always textField.setCursorPosition(0);.
Awesome work mate! Just one issue though.
The current implementation ignores the text field cursor position and always assumes that the user is typing after the last character. It would be cool to have the ability to move the cursor around and type/delete from where its located.
Again, awesome work, thanks a lot 👍
The text was updated successfully, but these errors were encountered: