Create a Record autocomplete is broken

Discussions about the Leader and Clerk Resources on lds.org.
Post Reply
jubby2000
New Member
Posts: 7
Joined: Mon Sep 17, 2012 10:17 pm

Create a Record autocomplete is broken

#1

Post by jubby2000 »

Trying to add the mother's information for a new record, and typing her name does not bring up any information, thus nothing can be clicked. Inspecting the error yields this:
Uncaught TypeError: Cannot read property 'pending' of undefined
at HTMLInputElement.response (autocomplete.js:227)

I suspect it came along with the revamp of the website,. If it's helpful, I think this is the HTML element you're looking for:

Code: Select all

<input type="text" class="search-query input-text input-member-lookup lookup-member ui-autocomplete-input ng-valid ng-touched ng-not-empty ng-dirty ng-valid-parse ui-autocomplete-loading" autocorrect="off" html-autocomplete="off" autocapitalize="off" cr-autocomplete="$ctrl.inUnitAutocompleteOptions" ng-model="$ctrl.inUnitMemberLookup" ac-select="$ctrl.onSelectInUnit()" focus-on="focus-in-unit-relation" placeholder="Member Name or MRN" autocomplete="off" role="textbox" aria-autocomplete="list" aria-haspopup="true">
Likely some AngularJS stuff in the ng-model that isn't coming through properly.
jubby2000
New Member
Posts: 7
Joined: Mon Sep 17, 2012 10:17 pm

Re: Create a Record autocomplete is broken

#2

Post by jubby2000 »

Seems to be Chrome-specific. Problem not visible on Safari.
Post Reply

Return to “Leader and Clerk Resources”