nikobojs / manuscrape_electron

ManuScrape desktop app for Windows 11
5 stars 2 forks source link

Request: option to have multible selectable in dropdown menu or from list of labels. #51

Closed Mod-lab-stoff closed 7 months ago

Mod-lab-stoff commented 8 months ago

Would be nice to have an option that makes it possible to select more than one item on a dropdown menu or create a group of checkable boxes.

nikobojs commented 8 months ago

Nice. It makes good sense

The UI library has a nice dropdown with multiple select options (The "Async Search" example): https://ui.nuxt.com/forms/select-menu#async-search

Could this be the form component for the project parameter type?

Mod-lab-stoff commented 8 months ago

Yes that would be cool! Is it possible to add a freetext or misc option to the multiple select option too? So you might have 5 known outcomes and one for miscellaneous

nikobojs commented 8 months ago

Ah, so do you mean like the "Create option" example? https://ui.nuxt.com/forms/select-menu#create-option

Dont mind the "Search..." placeholder - you can create new options just by typing.

What should the name of the type be? :sweat_smile: "Multiple choice dropdown with custom options"

Mod-lab-stoff commented 8 months ago

Yes that works well! Thats a good name. Or maybe "multible choice or free text" to shorten it.

nikobojs commented 7 months ago

It's done and will be released tomorrow! :smile: