ColorlibHQ / AdminLTE

AdminLTE - Free admin dashboard template based on Bootstrap 5
https://adminlte.io
MIT License
44.01k stars 18.17k forks source link

Tags and multiple selections as component for forms and #4415

Open gg4u opened 2 years ago

gg4u commented 2 years ago

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

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 commented 2 years ago

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 commented 2 years ago

thank you lenamtl! that's indeed useful :)

lenamtl commented 2 years ago

Hi,

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

danny007in commented 1 year ago

is this issue still exist?