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
"This issue is due the way feature form is configured, in this case we don’t have any fields configured in the feature form.
• When the submit button is clicked, we receive an event containing the form’s valid and invalid fields.
• If valid fields are present and this._isSubmitBtnClicked is true, the form is submitted.
• However, for this layer, there are no configured fields for the form, so clicking the submit button doesn’t return any valid fields, resulting in the form not being submitted.
Possible Solution :-
• Remove the condition that checks for the presence of valid fields before submitting the form.
Needs testing in different cases:
valid fields configured and user have entered data
@sumitzarkar by removing this check, I'm afraid we're opening for more (unknown) issues. Can we perform the check fields and disable the button when there are no valid fields. For clarity we may need to show a message. Depending on the approach we'll decide if this going for a patch.
User reported submit report button is not working. Here is the app https://oakgis.maps.arcgis.com/apps/instant/reporter/index.html?appid=aafb28a5d2e4490dbfc27727635c3154. This issue is reported prio to the R3 release
The text was updated successfully, but these errors were encountered: