# How to hide multiselect chips

**URL:** https://community.weweb.io/t/how-to-hide-multiselect-chips/20374
**Category:** How do I?
**Tags:** workflows, binding, design
**Created:** [November 12, 2025, 7:39pm UTC](https://community.weweb.io/t/how-to-hide-multiselect-chips/20374 "2025-11-12T19:39:52Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![bbalint0918](https://avatars.discourse-cdn.com/v4/letter/b/8c91f0/32.png) [@bbalint0918](https://community.weweb.io/u/bbalint0918)
#### Post date: [November 12, 2025, 7:39pm UTC](https://community.weweb.io/t/how-to-hide-multiselect-chips/20374/1 "2025-11-12T19:39:52Z")

</div>

Hey everyone, I’m running into a display issue with the Multiselect component and could use some help.

**Current situation:** When I select items in the Multiselect component, they appear as “chips” even when the dropdown is closed - showing as gray rectangles with white text and “×” icons for each selected item.

**What I’m trying to achieve:**

- I only want to display the COUNT of selected items (e.g., “Markets: 3”). I already have a variable working perfectly for counting how many items are selected.

- I do NOT want the names of selected items to be visible as chips when closed or opened.

**The core problem:** The WeWeb Multiselect component displays selected items as chips by default when closed, and there doesn’t seem to be a simple setting to disable this behavior.

**In summary:** I want to show a counter display (“Markets: 5”) instead of the detailed chip list, so the interface stays cleaner and more compact.

Has anyone found a workaround for this?

---

<div class="post-metadata">

### Author: ![Agustin\_Carozo](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/agustin_carozo/32/13231_2.png) [@Agustin\_Carozo](https://community.weweb.io/u/Agustin_Carozo)
#### Post date: [November 13, 2025, 2:51pm UTC](https://community.weweb.io/t/how-to-hide-multiselect-chips/20374/2 "2025-11-13T14:51:42Z")

</div>

Hey Balint 👋

I tried recreating your problem and indeed there isn’t an easy way to remove the chips functionality from our multi select element.

You could try to create a custom select element with the help of AI and see if that works.

---

<div class="post-metadata">

### Author: ![antoine\_caron](https://avatars.discourse-cdn.com/v4/letter/a/a587f6/32.png) [@antoine\_caron](https://community.weweb.io/u/antoine_caron)
#### Post date: [November 14, 2025, 8:57am UTC](https://community.weweb.io/t/how-to-hide-multiselect-chips/20374/3 "2025-11-14T08:57:08Z")

</div>

There used to be a count option in the old version of the multi select, but for some reason there’s none in the new one, i have tried to fix this or find an alternative for a while but i couldn’t, i did find some alternative, created custom element with & without AI, but it was never great. if you find a great solution, please share with us !

---

<div class="post-metadata">

### Author: ![bbalint0918](https://avatars.discourse-cdn.com/v4/letter/b/8c91f0/32.png) [@bbalint0918](https://community.weweb.io/u/bbalint0918)
#### Post date: [November 15, 2025, 1:55pm UTC](https://community.weweb.io/t/how-to-hide-multiselect-chips/20374/4 "2025-11-15T13:55:27Z")

</div>

I didn’t find any solution so I implemented another solution.

---

<div class="post-metadata">

### Author: ![Batik\_Okazov](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/batik_okazov/32/12688_2.png) [@Batik\_Okazov](https://community.weweb.io/u/Batik_Okazov)
#### Post date: [December 9, 2025, 5:11pm UTC](https://community.weweb.io/t/how-to-hide-multiselect-chips/20374/5 "2025-12-09T17:11:36Z")

</div>

@bbalint0918 Hi!

I’ve created a custom multiselect input with the exact behavior you described.

If it still relevant for you let me know - I’ll send you the link to the repo.

---

<div class="post-metadata">

### Author: ![bbalint0918](https://avatars.discourse-cdn.com/v4/letter/b/8c91f0/32.png) [@bbalint0918](https://community.weweb.io/u/bbalint0918)
#### Post date: [December 12, 2025, 3:59pm UTC](https://community.weweb.io/t/how-to-hide-multiselect-chips/20374/6 "2025-12-12T15:59:13Z")

</div>

Hi Batik

Yes it’s relevant, I appreciate if you share the repo with me:)

---

<div class="post-metadata">

### Author: ![Batik\_Okazov](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/batik_okazov/32/12688_2.png) [@Batik\_Okazov](https://community.weweb.io/u/Batik_Okazov)
#### Post date: [December 12, 2025, 4:15pm UTC](https://community.weweb.io/t/how-to-hide-multiselect-chips/20374/7 "2025-12-12T16:15:59Z")

</div>

Hi @bbalint0918

Here’s the link: [GitHub - Poolzoon/ww-input-select-main](https://github.com/Poolzoon/ww-input-select-main)

Remember to change dropdown mode from single to multi, because its single by default

---

<div class="post-metadata">

### Author: ![bbalint0918](https://avatars.discourse-cdn.com/v4/letter/b/8c91f0/32.png) [@bbalint0918](https://community.weweb.io/u/bbalint0918)
#### Post date: [December 12, 2025, 5:09pm UTC](https://community.weweb.io/t/how-to-hide-multiselect-chips/20374/8 "2025-12-12T17:09:46Z")

</div>

Thank you very much!
