Reply To: Filled TextInput

PennController for IBEX Forums Support Filled TextInput Reply To: Filled TextInput

#6781
Anna
Participant

Hi again,

I “fixed” this issue by removing the offending input as the error message is displayed:

        .wait(
             newFunction('dummy', ()=>true).test.is(true)
            // Age
             .and( getTextInput("age").test.text(/^\d+$/)
                .failure( newText('errorage', "Bitte tragen Sie Ihr Alter ein."), 
                          getTextInput("age").text("")))  
        )

Best,
Anna

  • This reply was modified 3 years, 4 months ago by Anna.