For text input it's recommended to use TextEntered. But how do I enable the use of TextEntered? If a key is pressed the event received is keypressed. I want to receive textentered only in some cases. Most of time I want to receive keypressed, but when textinput or textarea is selected I wanto to receive textentered.