I have an app where I have both text entries as well as number entries into data cards that feed a SharePoint site. The text inputs work well in that I can edit/delete the values in the data card and it is reflected once the form is re-submitted. I however am having issues with the number data cards. For some reason I can edit the number and it will reflect in the re-submitted form, but if I delete the number out of the edit page and re-submit the form the number does not go away in the submitted form but reverts back to the last saved value that was in there.
I do have a range of values that the number can be between, but the app still allows me to submit the form without a number. Could the ranges of values limitation be my issue? Any ideas on coding that I may have wrong?
Thanks in advanced for all your help.