Closed Milchreis closed 4 years ago
Example:
FilledForm form = new UiBooster()
.createForm("Personal information")
.addText("Whats your first name?")
.run();
// ...
form.getByLabel("Whats your first name?").setValue("Changed text from code instead of use input");
Currently there is no way to change a value from a filled form. In some cases is could be useful to change back a value from code, f.e. for validation.