# "See All" on inline list is appearing for no reason and unresponsive

**URL:** https://community.glideapps.com/t/see-all-on-inline-list-is-appearing-for-no-reason-and-unresponsive/25028
**Category:** Report a Bug
**Created:** [April 1, 2021, 10:29pm UTC](https://community.glideapps.com/t/see-all-on-inline-list-is-appearing-for-no-reason-and-unresponsive/25028 "2021-04-01T22:29:30Z")
**Posts on this page:** 17
**Page:** 2

<div class="post-metadata">

### Author: ![chijindu\_okwulehie](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/chijindu_okwulehie/32/21659_2.png) [@chijindu\_okwulehie](https://community.glideapps.com/u/chijindu_okwulehie)
#### Post date: [April 6, 2021, 10:55am UTC](https://community.glideapps.com/t/see-all-on-inline-list-is-appearing-for-no-reason-and-unresponsive/25028/22 "2021-04-06T10:55:48Z")

</div>

Tried it, it didn’t work ☹  
Filtered the list by rows with row id but ‘see all’ is still there

---

<div class="post-metadata">

### Author: ![alfonso\_ayala](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/alfonso_ayala/32/10862_2.png) [@alfonso\_ayala](https://community.glideapps.com/u/alfonso_ayala)
#### Post date: [April 6, 2021, 3:50pm UTC](https://community.glideapps.com/t/see-all-on-inline-list-is-appearing-for-no-reason-and-unresponsive/25028/23 "2021-04-06T15:50:51Z")

</div>

same problem still there 🙃

---

<div class="post-metadata">

### Author: ![hisashi.fujita](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/hisashi.fujita/32/17088_2.png) [@hisashi.fujita](https://community.glideapps.com/u/hisashi.fujita)
#### Post date: [April 7, 2021, 3:45am UTC](https://community.glideapps.com/t/see-all-on-inline-list-is-appearing-for-no-reason-and-unresponsive/25028/24 "2021-04-07T03:45:46Z")

</div>

↓ How about this?

> ```
> <pre> <span> <style>
> div [id * ='screenScrollView']> div>: nth-of-type (1) [data-test = "see-all"]
> { display: none; }
> 
> ```

The numbers in nth-of-type (1) are the numbers in the component placement order. (Position from above to be placed on the left side of the glide builder)  
Please specify the arrangement order of the in-line list that you do not want to display “see-all” with numbers.

Good luck to you with this code …

---

<div class="post-metadata">

### Author: ![david](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/david/32/62831_2.png) [@david](https://community.glideapps.com/u/david)
#### Post date: [April 7, 2021, 11:54pm UTC](https://community.glideapps.com/t/see-all-on-inline-list-is-appearing-for-no-reason-and-unresponsive/25028/25 "2021-04-07T23:54:51Z")

</div>

Should be fixed in tomorrow’s release.

---

<div class="post-metadata">

### Author: ![Claudio\_Balbino](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/claudio_balbino/32/33691_2.png) [@Claudio\_Balbino](https://community.glideapps.com/u/Claudio_Balbino)
#### Post date: [April 8, 2021, 3:40am UTC](https://community.glideapps.com/t/see-all-on-inline-list-is-appearing-for-no-reason-and-unresponsive/25028/26 "2021-04-08T03:40:52Z")

</div>

good news! 👏👏👏

---

<div class="post-metadata">

### Author: ![alfonso\_ayala](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/alfonso_ayala/32/10862_2.png) [@alfonso\_ayala](https://community.glideapps.com/u/alfonso_ayala)
#### Post date: [April 21, 2021, 7:13pm UTC](https://community.glideapps.com/t/see-all-on-inline-list-is-appearing-for-no-reason-and-unresponsive/25028/27 "2021-04-21T19:13:30Z")

</div>

I don’t know if it’s just me but when I create a new inline list “See all” it doesn’t disappear with the number filter

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [April 21, 2021, 10:50pm UTC](https://community.glideapps.com/t/see-all-on-inline-list-is-appearing-for-no-reason-and-unresponsive/25028/28 "2021-04-21T22:50:36Z")

</div>

Can you include a screen shot here?

---

<div class="post-metadata">

### Author: ![alfonso\_ayala](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/alfonso_ayala/32/10862_2.png) [@alfonso\_ayala](https://community.glideapps.com/u/alfonso_ayala)
#### Post date: [April 21, 2021, 10:55pm UTC](https://community.glideapps.com/t/see-all-on-inline-list-is-appearing-for-no-reason-and-unresponsive/25028/29 "2021-04-21T22:55:19Z")

</div>

It’s funny bro because I applied x filter and it disappeared but if I remove it, it appears again 😅

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [April 21, 2021, 10:56pm UTC](https://community.glideapps.com/t/see-all-on-inline-list-is-appearing-for-no-reason-and-unresponsive/25028/30 "2021-04-21T22:56:13Z")

</div>

So what appears/disappears here? Do you mean the “See all” button?

---

<div class="post-metadata">

### Author: ![alfonso\_ayala](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/alfonso_ayala/32/10862_2.png) [@alfonso\_ayala](https://community.glideapps.com/u/alfonso_ayala)
#### Post date: [April 21, 2021, 10:57pm UTC](https://community.glideapps.com/t/see-all-on-inline-list-is-appearing-for-no-reason-and-unresponsive/25028/31 "2021-04-21T22:57:51Z")

</div>

yes  
it’s supposed to disappear with showing some items but it doesn’t only work with appfilter

---

<div class="post-metadata">

### Author: ![alfonso\_ayala](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/alfonso_ayala/32/10862_2.png) [@alfonso\_ayala](https://community.glideapps.com/u/alfonso_ayala)
#### Post date: [April 21, 2021, 10:58pm UTC](https://community.glideapps.com/t/see-all-on-inline-list-is-appearing-for-no-reason-and-unresponsive/25028/32 "2021-04-21T22:58:53Z")

</div>

It does not affect me at all to place x filter at least there so I’ll leave it like that

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [April 21, 2021, 10:59pm UTC](https://community.glideapps.com/t/see-all-on-inline-list-is-appearing-for-no-reason-and-unresponsive/25028/33 "2021-04-21T22:59:51Z")

</div>

As long as your number of items, after any filters, still larger than the number of items you want to show on the screen, the “See all” button will still be visible.

---

<div class="post-metadata">

### Author: ![alfonso\_ayala](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/alfonso_ayala/32/10862_2.png) [@alfonso\_ayala](https://community.glideapps.com/u/alfonso_ayala)
#### Post date: [April 21, 2021, 11:03pm UTC](https://community.glideapps.com/t/see-all-on-inline-list-is-appearing-for-no-reason-and-unresponsive/25028/34 "2021-04-21T23:03:56Z")

</div>

yes i now but If it appeared to me with a single item hahaha but now remove the filter and it seems to be normal I do not know maybe 👻 of deleted columns

---

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/system/32/53398_2.png) [@system](https://community.glideapps.com/u/system)
#### Post date: [March 24, 2022, 10:28pm UTC](https://community.glideapps.com/t/see-all-on-inline-list-is-appearing-for-no-reason-and-unresponsive/25028/35 "2022-03-24T22:28:56Z")

</div>

Closing due to inactivity. This topic will be deleted in a few weeks if there are no more comments.

---

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/system/32/53398_2.png) [@system](https://community.glideapps.com/u/system)
#### Post date: [March 24, 2022, 10:28pm UTC](https://community.glideapps.com/t/see-all-on-inline-list-is-appearing-for-no-reason-and-unresponsive/25028/36 "2022-03-24T22:28:56Z")

</div>



---

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/system/32/53398_2.png) [@system](https://community.glideapps.com/u/system)
#### Post date: [April 24, 2022, 10:28pm UTC](https://community.glideapps.com/t/see-all-on-inline-list-is-appearing-for-no-reason-and-unresponsive/25028/37 "2022-04-24T22:28:58Z")

</div>



---

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/system/32/53398_2.png) [@system](https://community.glideapps.com/u/system)
#### Post date: [April 24, 2022, 10:28pm UTC](https://community.glideapps.com/t/see-all-on-inline-list-is-appearing-for-no-reason-and-unresponsive/25028/38 "2022-04-24T22:28:59Z")

</div>



[Previous page](https://community.glideapps.com/t/see-all-on-inline-list-is-appearing-for-no-reason-and-unresponsive/25028.md?page=1)
