**Steps to reproduce:** 1. Declare input string using one of StringInput types: url(), email() or tel() `inputs.string("test") { email() }` 2. Execute script **Actual result:** 1. Any input value is accepted **Expected result:** 1. Input values is validated for the chosen type