# TextFieldAutoSize.LEFT and new line

**URL:** https://forum.kirupa.com/t/textfieldautosize-left-and-new-line/304575
**Category:** flash
**Created:** [February 10, 2010, 8:37am UTC](https://forum.kirupa.com/t/textfieldautosize-left-and-new-line/304575 "2010-02-10T08:37:51Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![sparkdemon](https://avatars.discourse-cdn.com/v4/letter/s/958977/32.png) [@sparkdemon](https://forum.kirupa.com/u/sparkdemon)
#### Post date: [February 10, 2010, 8:37am UTC](https://forum.kirupa.com/t/textfieldautosize-left-and-new-line/304575/1 "2010-02-10T08:37:51Z")

</div>

I have two text fields TextField1 and TextField2. I basically copy the text from TextField1 to TextField2 with actionscript on textChange. I notice that with TextFieldAutoSize.LEFT on, the TextField2 automatically puts in line-break after some characters. how is this default width chnaged for a TextField, so that the line break comes after specified characters only ?
