Hi!
I have a form where a field repeat itself on different tabs (there is one tab visible on the same time).
In this field's onChange I put a javascript's validation.
When the validation is false, it show an error message and I can't save it and when the vadilation is true, it remove the error message and I can save it.
All of this is correct for the first field appearance in the form but for the rest of appearances this isn't correct. The error message doesn't show until I pulse on the save button and when I write the correct valor the error message remain and I can't save it.
Can you help me please?
I have a form where a field repeat itself on different tabs (there is one tab visible on the same time).
In this field's onChange I put a javascript's validation.
When the validation is false, it show an error message and I can't save it and when the vadilation is true, it remove the error message and I can save it.
All of this is correct for the first field appearance in the form but for the rest of appearances this isn't correct. The error message doesn't show until I pulse on the save button and when I write the correct valor the error message remain and I can't save it.
Can you help me please?