cacao icon indicating copy to clipboard operation
cacao copied to clipboard

TextField not on edit mode at window opening

Open jimmy-hypi opened this issue 10 months ago • 2 comments

I want to premise by saying that I just started using cacao so probably there's something silly I'm missing. I apologize in advance if that's the case. The issue that I have is very simple: is there a way for a TextField to not be on edit mode right when the window finishes loading? Meaning: when the window is done loading and showing the TextField immediately awaits for input. Is there a way you can have it inactive until you click on it, as if "enter" is the first thing pressed? I can't figure out a way to make this work even though it sounds like a simple task :/

You can use the text_input.rs in the examples folder as an example. Thanks

jimmy-hypi avatar Sep 08 '23 07:09 jimmy-hypi