import { syncSelectInputUntilChanged } from "./utils.js"; const syncData = [ { source: "#id_name", source_value: "value", target: "#id_sort_name", target_value: "value", }, { source: "#id_year_released", source_value: "value", target: "#id_original_year_released", target_value: "value", }, ]; // Scope to the add form (#add-form), not "form": the first