mattermost / mattermost-plugin-apps

Powers the Mattermost App Framework
https://developers.mattermost.com/integrate/apps/
Apache License 2.0
34 stars 29 forks source link

Feature Request: Allow spaces in labels #474

Open shieldsjared opened 1 year ago

shieldsjared commented 1 year ago

Just a minor feature request (hopefully minor). Labels are currently required to contain no spaces. This implies a single word must be used for field labels. This is very difficult to come up with field labels that are all single words. If there's any way we can support allowing multiple words, that'd be lovely!

mickmister commented 1 year ago

Hi @shieldsjared, thanks for filing this issue. What is the use case you're working with?

This limitation is mainly meant for slash commands. If you are trying to use modals and are running into this, you can alternatively use modal_label as the field's label.