Replies: 3 comments 3 replies
-
Can you share code example for your approach? and perhaps the screenrecord too. |
Beta Was this translation helpful? Give feedback.
-
I didn’t quite understand the example, but if the TextField property is read_only, then why not use control Text? or for the TextField add border="none" |
Beta Was this translation helpful? Give feedback.
-
He modificado tu código y pude obtener el siguiente resultado
Puntos a considerar Pudes intentar usar el on_blur metodo del textfield para ocultar el teclado |
Beta Was this translation helpful? Give feedback.
-
Question
I`m making virtual keyboard by flet, and faced with problem.
If i would pressed on button in virtual keyboard, focus switched from textfield to button, and i couldn`t write letters next.
I find half-solution: on every button bind func which will return focus to textfield. But text field anyway lost focus for 0.1s and started blinks.
P.S. If there anyone who need visual representation of my question i leave GIF asap.
P.S.S. i use this case to my desktop, fullscreen app, on pc with touchscreen, and that`s important to use it right in application.
Code sample
No response
Error message
No response
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions