I am using a popup view to make edits on an AGO feature service. I am successfully identifying and filling the PopupView with the feature's popup data. Whenever I call the startEditing() function from the PopupManager, though, nothing happens. The returned value from the function call is "true", which means that it was successful and should be allowing editing through the PopupView, but I cannot interact with the fields and data to actually make any changes, it acts like a static, non-interactive, window that just shows field data.