Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tags and multiple selections as component for forms and #4415

Open
gg4u opened this issue Apr 26, 2022 · 4 comments
Open

Tags and multiple selections as component for forms and #4415

gg4u opened this issue Apr 26, 2022 · 4 comments

Comments

@gg4u
Copy link

gg4u commented Apr 26, 2022

I'd like to know if there is any support or available extension (MIT license) to:

  • use tags in forms ?
  • multiple selection with full description ?

use cases:
user wants to type a list of strings of tags describing an item to be inserted in the db.
tags shall come with button to close and remove them.

user wants to select multiple items from a list.
the list shall be customizable so as to allow read not just a name, but also a snippet description, picture or tags characterizing the item in the list.

@lenamtl
Copy link

lenamtl commented May 17, 2022

Hi,

You can use a plugin for this
For example you can use a dropdown Select2 https://select2.org/getting-started/basic-usage#multi-select-boxes-pillbox

or for input that user fill you can use something like this (old script but seems to be compatible with BS4 and BS5)
https://github.com/bootstrap-tagsinput/bootstrap-tagsinput

@gg4u
Copy link
Author

gg4u commented May 17, 2022

thank you lenamtl! that's indeed useful :)

@lenamtl
Copy link

lenamtl commented May 19, 2022

Hi,

here a more recent script for text input
https://github.com/yairEO/tagify

@danny007in
Copy link
Collaborator

is this issue still exist?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants