Re: RFR: 8273657 : TextField: all text content must be selected initially

2024-04-25 Thread Andy Goryachev
On Thu, 25 Apr 2024 14:26:06 GMT, Karthik P K wrote: > The text was not getting selected on adding the `TextField` to the scene > initially, subsequently removing and adding the `TextField` to the scene > selects the entire text present in the `TextField`. > > Made changes in the

RFR: 8273657 : TextField: all text content must be selected initially

2024-04-25 Thread Karthik P K
The text was not getting selected on adding the `TextField` to the scene initially, subsequently removing and adding the `TextField` to the scene selects the entire text present in the `TextField`. Made changes in the `TextFieldBehavior` constructor to select the text on adding the