Hello all, At now, In ULCTextField support method setDataType() for limit data. However, I want custom ULCTextField to limit data (Ex : 4 digit, 0 decimal). When user input value to max digits (4), user can't input more digits.Thesedigit from over 4( 5, 6, 7) is ignored. How to custom ULCTextField? Ex : I input value 1234 in ULCTextField --> it 's ok. When I press key 5, the value is not effect in ULCTextField. I expect to that ULCTextField still show value = 1234 . Thanks for your answers,
Kind regards, Hai,
