nijogeorgep / smartgwt

Automatically exported from code.google.com/p/smartgwt
0 stars 0 forks source link

Maxlength on SmartGWT comboBoxItems #515

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I need to have my comboBoxItem truncate the input that a person types as they 
type it in, like the way that maxLength works on a textBoxItem.  Is  there a 
way to do it with a comboBoxItem as someone is typing in (as opposed to an 
onChange when they exit the field)?

Thanks,
Jen 

Original issue reported on code.google.com by jenifer....@gmail.com on 22 Sep 2010 at 6:33

GoogleCodeExporter commented 8 years ago
No plans to support this. You can use use the change event to cancel input 
beyond a certain length.

Original comment by smartgwt...@gmail.com on 30 Nov 2010 at 1:39