monicahq / monica

Personal CRM. Remember everything about your friends, family and business relationships.
https://beta.monicahq.com
GNU Affero General Public License v3.0
21.69k stars 2.18k forks source link

Searchable dropdowns #513

Open Themodem opened 7 years ago

Themodem commented 7 years ago

With regards to #509 @djaiss commented

I'm a bit hesitant about it. On one hand it's great, on the other hand I'm afraid that the dropdown will be just too huge and hard to process. That being said, perhaps we can still do it and see how it's used on a daily basis.

We could introduce something like https://select2.github.io/examples.html for all dropdowns.

What do you think?

djaiss commented 7 years ago

I think it's a great idea.

Arpit-Gulgulia commented 2 years ago

Hi @djaiss, There's also a plain HTML solution You can use a datalist display suggestions but all the browsers might not support this. So we can opt for the select2 plugin to implement this feature as suggested by @Themodem.

@djaiss, I have already forked the repo into my account and hosted it on an EC2 instance and if you don't mind I would like to start my Open-source journey by taking this enhancement request.

Please let me know about this. Thanks!