Mentions légales du service

Skip to content

autocomplete.js fix autocomplete on undefined data

Ryan Herbert requested to merge feature-c/auto_complete_empty_set into dev

the beforeSave callback was causing an issue with the defaultLoadingData being displayed when beforeSave was called by At.js on the defaultLoadingData. This is a quick and dirty fix to ensure the callback doesn't attempt to map the defaultLoadingData.

closes #2706 (closed)

Merge request reports