mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2026-03-02 22:57:11 -05:00
Add tags without the enter key #4011
Labels
No labels
Component: Accessibility
Component: Administration
Component: Auth
Component: CLI
Component: Channels
Component: Chapters
Component: Comments
Component: Custom Markdown
Component: Docker 🐳
Component: Documentation 📚
Component: Email
Component: Embed
Component: Federation 🎡
Component: Import/Export
Component: Live
Component: Metadata
Component: Mobile
Component: Moderation :godmode:
Component: Notifications
Component: Object storage
Component: Observability
Component: PeerTube Plugin 📦
Component: Player ⏯️
Component: Playlist
Component: Recommendation
Component: Redundancy
Component: Registration
Component: Runners
Component: SEO
Component: Search
Component: Security
Component: Stats
Component: Studio
Component: Studio
Component: Subscriptions
Component: Subtitles 💬
Component: Transcoding
Component: Upload
Component: Video Import
Component: i18n 🔡
Priority: High
Priority: Low
Priority: Roadmap
Status: Blocked ✋
Status: In Progress 🔜
Status: To Reproduce
Status: Waiting for answer
Template not filled
Type: Bug 🐛
Type: Discussion 💭
Type: Discussion 💭
Type: Duplicate ➿
Type: Feature Request ✨
Type: Maintenance 👷♀️
Type: Performance
Type: Question
UI
good first issue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/PeerTube#4011
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @alejandrocobo on GitHub (Dec 31, 2021).
Describe the problem to be solved
A user of my instance is asking to enter tags without the Enter key. He has a virtual keyboard that doesn't have the key. I've tried with the comma key as it is common to be able to separate tags with it in other sites but the only way I find is by pressing Enter.
Describe the solution you would like:
A possible solution is to be able to separate tags by pressing the comma key.
Thanks.
@maksutheam commented on GitHub (Jan 18, 2022):
Unless I am mistaken, commas and dots can be used as in tags, so that might not work.
How about adding a button next to the field that adds tags instead? Something that looks like this, perhaps?

(forgive my ms-paint skills)
@thecashewtrader commented on GitHub (Mar 10, 2022):
I think this issue is better raised in ng-select's repo, as
select-tags.component.htmlusesng-select. I am not experienced with PeerTube source code though, might wanna wait for someone to confirm.