select option does not appear in the repeater
I have problems with the select option inside the repeater, when I make it outside the repeater the query results appear successfully. but when inside the repeater the query results do not appear like the example image I am showing
13 Replies
I think you missed
->preload()
but show some codecapture
I've tried it but the results haven't changed
display if outside the repeater method
ok, so where is your code?
this my code
if i put code in outside repeater, query work
can anyone help me?
I tried the suggested method, but still no change
Did I make a mistake in typing the code?
Please look at #✅┊rules about code posting 🙂
Also, might be a long stretch, but try adding
->live()
to your Select fieldoh okay, I'm new to the world of programming, maybe there are some things I don't know yet