### Description It would be great to have a chip input, I have seen a lot of use for this component in dashboards and SaaS. It could work like the one from Prime Vue [https://primevue.org/chips/](https://primevue.org/chips/)
Activity
neilmerton commentedon Nov 14, 2023  
I was looking for something like this the other day, I ended up coding my own. It's a bit rough around the edges. Feel free to use it if you like.
stlucasgarcia commentedon Nov 21, 2023  
Thank you for your code @neilmerton. I did some tweaks to make it work with my project.
I hope we can have something like that implemented in nuxt ui.
Keatr0n commentedon Jun 25, 2024  
@neilmerton that is exactly what I needed. Thank you.
[-]Feature Request: Form Chip Input[/-][+][TagsInput] Implement component[/+]benjamincanac commentedon Nov 10, 2024  
Renamed this to implement the Radix Vue
TagsInputcomponent: https://www.radix-vue.com/components/tags-input.html inv3.Although you can already use the InputMenu with multiple: https://ui3.nuxt.dev/components/input-menu#multiple
neilmerton commentedon May 28, 2025  
Hi @benjamincanac any idea when this will be tackled, please?
benjamincanac commentedon May 28, 2025  
I wonder what's your use-case where you can't use the InputMenu? 🤔
neilmerton commentedon May 28, 2025  
It looks like InputMenu might do the trick. I'll test and feedback.
Thanks for the heads up @benjamincanac