Some items from Repeater not saving

I have Repeater with some nested Select but something really weird is happening. These nested Selects are “rules” for validating coupons. Some save perfectly but others always save the “value” field null and after I reload the page and save again they save the value normally. The category_specific and product_specific fields are only saved after the 2nd time.
No description
No description
No description
2 Replies
Dennis Koch
Dennis Koch3mo ago
Is it maybe related to the value field not being present on first save? Just guessing, hard to tell. Your code looks good. I'd recommend using debugger to see what's sent to the backend and what's saved
Diego Moura
Diego MouraOP2mo ago
@Dennis Koch Thank you for replying. So far I haven't been able to figure out what's going on. My next attempt will be to debug the whole process to see where it's failing.

Did you find this page helpful?