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
In the process of my project: to create a notepad with Flet, I am currently coming up against the limits of the TextField control as there is no option to move/set the cursor manually.
For example, if you click on the summary text in a preview, it would be nice if the cursor jumped directly to the line with the original text in the text field
(Optional): Suggest A Solution
similar to #1005, I would like to see something like: TextField.setCursor( line, column )