Accessing text input of ComboBox/ focusing ComboBox

I’m wondering why the field text_input of combo box is private - I’m currently trying to implement the text input being focused immediately after being opened, and text_input has a method for this, but due to the field being private, I can’t do anything about it, right? There’s definitely reasons for it, I’m just new to the library and looking for an easy solution for this.