# Solicitação de melhoria: no mobile, caixa de pesquisa de respostas prontas em vez de menu suspenso

**URL:** https://meta.discourse.org/t/enhancement-request-on-mobile-canned-reply-search-box-instead-of-dropdown/112523
**Category:** Feature
**Created:** [Março 25, 2019, 6:31pm UTC](https://meta.discourse.org/t/enhancement-request-on-mobile-canned-reply-search-box-instead-of-dropdown/112523 "2019-03-25T18:31:59Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Curtis\_Kephart](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/curtis_kephart/32/89070_2.png) [@Curtis\_Kephart](https://meta.discourse.org/u/Curtis_Kephart)
#### Post date: [Março 25, 2019, 6:31pm UTC](https://meta.discourse.org/t/enhancement-request-on-mobile-canned-reply-search-box-instead-of-dropdown/112523/1 "2019-03-25T18:31:59Z")

</div>

Currently, on desktop, Canned Replies UI has a search box but mobile has a dropdown.

With a large set of canned replies and people who like to help via their mobile devices, the dropdown is hard to deal with relative to the search box.

I’m curious if there’s a particular reason for this difference?  
Any reason we shouldn’t work with a plugin developer to add the canned reply search box for mobile?

Desktop canned reply UI search

 ![image](https://global.discourse-cdn.com/meta/original/3X/4/3/435f9c555c092606d6616324ca478db154ac3952.png)

Mobile canned reply dropdown

 ![image](https://global.discourse-cdn.com/meta/original/3X/0/e/0ecbd91d967f398d24602d10e692b19ca1961ff6.png)

---

<div class="post-metadata">

### Author: ![tobiaseigen](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tobiaseigen/32/539204_2.png) [@tobiaseigen](https://meta.discourse.org/u/tobiaseigen)
#### Post date: [Março 25, 2019, 10:34pm UTC](https://meta.discourse.org/t/enhancement-request-on-mobile-canned-reply-search-box-instead-of-dropdown/112523/2 "2019-03-25T22:34:59Z")

</div>

Not a bad idea, but for me I actually prefer the pulldown on mobile because it doesn’t require me to type anything to scroll through and find the canned reply I am looking for. We have quite a few canned replies as well and it’s never been an issue for me.

I see you are using a prefix for organizing your canned replies - care to share about the system you are developing? I am struggling myself with organizing the canned replies to make them easy to find, especially when they are in different languages!

---

<div class="post-metadata">

### Author: ![Curtis\_Kephart](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/curtis_kephart/32/89070_2.png) [@Curtis\_Kephart](https://meta.discourse.org/u/Curtis_Kephart)
#### Post date: [Março 26, 2019, 10:56pm UTC](https://meta.discourse.org/t/enhancement-request-on-mobile-canned-reply-search-box-instead-of-dropdown/112523/3 "2019-03-26T22:56:47Z")

</div>

Thanks for the note.

Seems like we’d get the same benefit if, on mobile, we could see all canned replies below the search-box. That is, use the search box, or swipe down and find the canned reply you need.

I was guessing this desktop/mobile difference has some explanation like this.

* * *

Right now the prefix is for people’s initials or “faqlink:”. Since TL4 folks can now have access to canned replies, we’re letting everyone create personalized canned replies.

Joe has pointed out the [data explorer](https://meta.discourse.org/t/32566?silent=true) query;

```plaintext
SELECT * FROM plugin_store_rows
WHERE plugin_name='discourse-canned-replies'

```

[https://meta.discourse.org/t/discourse-canned-replies/48296/146?u=curtis\_kephart](https://meta.discourse.org/t/discourse-canned-replies/48296/146)

This query includes a “usages” variable. So in a few months we’ll likely cull all these based on actual usage.
