Prevent TextField from losing focus

Hey,

I have a button that clears the entire TextField but clicking the button makes me lose focus from the TextField.
Right now I’m just putting the focus back with stage.focus = textField; as the event occurs.

Is it possible to somehow not lose focus from a TextField when pressing a button?