nextcloud / forms

πŸ“ Simple form & survey app for Nextcloud
https://apps.nextcloud.com/apps/forms
GNU Affero General Public License v3.0
326 stars 98 forks source link

Add emoji support to all created fields #1717

Open privatemaker opened 1 year ago

privatemaker commented 1 year ago

Is your feature request related to a problem?

Emojis make all sorts of text more human πŸ’‘ With Forms emojis allow the author to make their forms more fun, creative, and engaging 🌱 πŸ‘ŒπŸ» πŸ•ΊπŸ» πŸ₯³

Currently, emojis render correctly in all areas of Forms, but the author of a Form must copy and paste emojis manually from another source. This is time consuming and undesirable ☹️

Describe the solution you'd like

Incorporate a picker icon in form fields as seen here in Talk.

talk-emoji-picker

And also support the typing trigger :s... which autosuggests :smile πŸ˜„

Chartman123 commented 1 year ago

One problem could be with the export as CSV, other than that I think this is nice to have but not essential for the function of Forms

susnux commented 1 year ago

I do not think this would be a problem, but I personally do not like that RichText component as the support is somewhat limited and broken. There are many browser bugs that interfere with content editable.

We reverted it currently here in forms because it broke the workflow for many users. As I do not think that feature has high priority I would postpone it (on mobile you probably always have an emoji keyboard available provided by your OS).