RE: [flexcoders] restrict length (maxChars) in an editable combobox

2006-08-25 Thread Lisa Nelson
Resending this as I never saw it show up. -Original Message- From: Lisa Nelson Sent: Friday, August 25, 2006 8:48 To: 'flexcoders@yahoogroups.com' Subject: [flexcoders] restrict length (maxChars) in an editable combobox Anyone know how I can restrict the length of input in an editable

Re: [flexcoders] restrict length (maxChars) in an editable combobox

2006-08-25 Thread Daniel Freiman
I haven't spent a lot of time on this, but my guess is that you're going to have to extend the combobox. From their you'll have access to textInput, which you can call getTextField() on, which returns a UITextField that has a maxChars Property. On 8/25/06, Lisa Nelson [EMAIL PROTECTED] wrote: