On Thu, 5 Jan 2023 08:00:11 GMT, Karthik P K wrote:
>> When Text width was more than TextField width, the logic to update
>> `textTranslateX` in `updateCaretOff` method was causing the issue of
>> unexpected behavior for Right and Center alignment.
>>
>> Made changes to update `textTranslateX`
> When Text width was more than TextField width, condition to update
> `textTranslateX` was not getting satisfied as calculated value was negative.
> Hence the text was getting aligned to previous `textTranslateX` value.
>
> Added else block to update the `textTranslateX` value when calculated v