Forum Discussion

jyothi2's avatar
jyothi2
New Contributor
5 months ago

clear text from textfield for iOS before paasing other data

how to clear text from textfield for ios before entering other data.
if i use Keys method its appending to that text

3 Replies

  • MW_Didata's avatar
    MW_Didata
    Regular Contributor

    What about using the 'SetText' method instead of 'Keys'?

  • MW_Didata's avatar
    MW_Didata
    Regular Contributor

    I can't speak for IOS, but for windows you could use "^a" aka "(Ctrl + a)". if IOS has a select all key-combo just do that first before typing.

     

    Or press backspace a bunch of times.