Hi mister..
put all the characters taht are allowed in the restrict parameter if you use it as in Flex Doc. The following code allows the user to enter only uppercase letters (and not numbers or special characters) in the text field: A-Z , so if you are only restriting the Space you have to put in the whole alfabet and the numbers and special characters.... <mx:TextInput restrict="aAbBcC0123456789" /> --- In [email protected], yogesh patel <mailtoyogeshpa...@...> wrote: > > Hi, > I have textInput ,i do not want to allow space in this textinput- i > dont want space,how to do this? > > > > Thanks & Regards, > Yogesh Patel > > > > Connect more, do more and share more with Yahoo! India Mail. Learn > more. http://in.overview.mail.yahoo.com/ >

