Is it possible to parse the enetered text in the textinput,i want to find the entered text contain’s @ symbol and . symbol without using email validator..is it possible?
Thank’s in advance….
Is it possible to parse the enetered text in the textinput,i want to find
Share
Sure. However, you will need to add an event handler so that you get notified when the user has completed entering text. Once your event handler is invoked, you can extract the
.textfield and parse it.