F
Filamentβ€’8mo ago
Quin.

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?
No description
Solution:
Thank you guys! i am right now using this πŸ˜„
TagsInput::make('terms'),
TagsInput::make('terms'),
...
Jump to solution
3 Replies
einnlleinhatt_
einnlleinhatt_β€’8mo ago
I think there is a tag input in filament and u can just use ->multiple()
Solution
Quin.
Quin.β€’8mo ago
Thank you guys! i am right now using this πŸ˜„
TagsInput::make('terms'),
TagsInput::make('terms'),