dont show choosen item in repeater
Hi, i have repeater where i have select input. i want when i select and add new form dont show choosen item in next select.
9 Replies
anyone knows?>...
your question is not clear. you may put the screenshot also to have better understanding. perhaps the code as well.
I have repeater
in Brand selection i have brands
wheni choose brand in first selection
second selection brand should not be choosen item
like if i choose Nike in first brand seleciton
second brand section should not be Nike brand
is it clear now ☠️
i try my best 😄
not yet clear
you should show sample in your select component
I something got it I think. You may need this disableOptionsWhenSelectedInSiblingRepeaterItems(),
here's the documentation:
https://filamentphp.com/docs/3.x/forms/fields/repeater
m something like that btw its will be normal
thanks
also to save repeater data im thinking that
its will be better to save in pivot table
is it good idea?
definitely good idea to use pivot table
thanks<3