Hi all,
I have a popup which has 4 fields and a button - it saves a user record to the database. In the workflow I am resetting the popup so it should clear the fields after the record is saved. I have also tried resetting the inputs by putting them in a group. This all works fine unless I choose to populate one of the fields by using autofill. In this scenario when I load the page for a second time it will keep the value in the field that was autofilled, presumably because it has retained the focus in some way.
Has anyone had an issue with this and are there any ways around it?
EDIT - I can refresh the whole page and this works but that just seems like a hack.