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
Repro case in demo app on Android (possibly with iOS too) with example "Case studies > Contacts":
enter a couple characters in the search input to trigger a search
while search request is pending, delete a character
observe requests - one is made without the search field
Further troubleshooting shows that getFormData cannot find the parent form.
A couple theories:
the call to getFormData comes from onUpdateFragment, itself coming from onUpdate, it's possible the reference of the element is an orphan, i.e. no document / was part of a document that has since been replaced
the element comes from a fragment that was inserted inside a form element, and we don't have the full document reference yet (i.e. the element was selected from a partial Hyperview doc).
The text was updated successfully, but these errors were encountered:
Repro case in demo app on Android (possibly with iOS too) with example "Case studies > Contacts":
search
fieldFurther troubleshooting shows that
getFormData
cannot find the parent form.A couple theories:
getFormData
comes fromonUpdateFragment
, itself coming fromonUpdate
, it's possible the reference of the element is an orphan, i.e. no document / was part of a document that has since been replacedThe text was updated successfully, but these errors were encountered: