You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have a number of forms each with a different ID and a CLASS equal.
In version 1.x when I called the reset method on all forms of the page, the values returned to its original state, but with version 2.0.0, each field is cleared of any value including fields that had a value already set.
Hi, for form to correctly reset values you will have to call $('.ui.form').form(); on page load. The first time it is invoked it will save the default values to return to with reset.
Hi, I have a number of forms each with a different ID and a CLASS equal.
In version 1.x when I called the reset method on all forms of the page, the values returned to its original state, but with version 2.0.0, each field is cleared of any value including fields that had a value already set.
Init form:
javascript reset
In 1.x version all good they return as "init form", while in 2.0.0 version forms become
It is as if I had called the clear method.
The text was updated successfully, but these errors were encountered: