Hi all,
i need in repeater field a on select event for select2, but it wont working. I try this:
$("#acf-field_1234567890-input").on("change", function() {
console.log($(this).val());
});
but this only work if select2 field is outside of repeater field. So what can be solution here?
If i explain (attached image for help) i need do that when you select the “Serijska številka” field i must get meta data “Naprava” and “Model” for this post object. So i want to add select event and when they fire i will get with rest api other data. But i cant run on select or on change event.