Multiple input for a json column
Hello i have a question, i am looking for something like a input where you can put multiple values in, right now i am trying repeater but i think that's a bit to big for me, is there a smaller solution?
3 Replies
I think there is a tag input in filament and u can just use ->multiple()
There is the simple repeater as well
https://filamentphp.com/docs/3.x/forms/fields/repeater/#simple-repeaters-with-one-field
Solution
Thank you guys! i am right now using this π