myanmarking
09/30/2021, 9:56 AMCsaba Kozák
09/30/2021, 10:57 AMmyanmarking
09/30/2021, 10:57 AMZoltan Demant
09/30/2021, 11:08 AMModifier.onFocusChanged
such that the input string is actually empty ("") when focus is gained and the user is ready to input text, then setting it back to (" ") when focus is lost if the input is still empty. I dont know if this has any other side effects, in theory it should work, but I havent tried it yet. In my case Im reluctant to create a custom BasicTextField due to the maintenance overhead it implies in the long run. If you do decide to try it, let me know - Id love to know the results. I might update later on if I do decide to try it myself too!myanmarking
09/30/2021, 11:09 AMZoltan Demant
09/30/2021, 12:55 PM