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
{{ message }}
This repository was archived by the owner on Dec 12, 2018. It is now read-only.
RecordSelect is working fine and showing the associated objects in auto-complete field while creating a new record or editing existing record. But when there is a validation error, it stops working. I reviewed the code that gets sent to the browser when there is a validation error. It has JavaScript for new RecordSelect.Single('id) but is not being executed. If I enter the same JavaScript code in the firebug console, then it is popping up the auto-complete results.