You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, there's no way to select the content of an InputText control programmatically. There is _selectAllText(), but it's a protected method, so it's unsuitable for ordinary use cases.
Describe the solution you'd like
I want either the _selectAllText() method to be a public method or an alternative public API to be provided.
Discussion
You must provide a link to the forum post where the initial discussion happened:
Is your feature request related to a problem? Please describe.
Currently, there's no way to select the content of an
InputText
control programmatically. There is_selectAllText()
, but it's a protected method, so it's unsuitable for ordinary use cases.Describe the solution you'd like
I want either the
_selectAllText()
method to be a public method or an alternative public API to be provided.Discussion
You must provide a link to the forum post where the initial discussion happened:
https://forum.babylonjs.com/t/is-there-an-alternative-to-inputtext-selectalltext/54636
The text was updated successfully, but these errors were encountered: