-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Feature Request: List Input Type #54
Comments
Do you mind giving me an example? I'm afraid I'm not understanding. How is this different from multi select? |
Multiselect works - to my understanding - on a selection of existing values. Let's imagine you want to have a contact note, in which while creation you want to add comments as a bullet list, like:
Or agenda items to meeting minutes
The latter, while preferably even more structured, could also work on an array of strings. It might also work with a single field, but then you'd by convention need to have some sort of indication for a line / entry break. Currently - to my understanding - you can not achieve this with multiselect, as it would defy the purpose of selecting something specific / predefined. |
Ok, I see. So what you want is an input field where you can add any text and, when press enter that value is added as a separate element to a list of values within the same result. Right? |
Correct. |
Just wanted to +1 this. I'm using the tags option to add tags to a note (which seems to use multiselect under the hood), but if that tag doesn't already exist then it doesn't appear as an option. This means I can't create new tags. Having a 'List' type would help make this easier. It would be nice to still be able to provide 'suggestions' but allow anything to be submitted. I'm not sure if this even needs to be a new input type, maybe an additional option on multiselect to 'accept-any'. |
I agree that just adding an option to allow unknown values will probably be the nest of both worlds. I'll see how hard is to implement |
Works great! Thanks a lot :) |
Awesome! Happy to read that. Thanks for getting back with the good news
El mar, 2 ene 2024, 21:17, Danny Wray ***@***.***> escribió:
… Works great! Thanks a lot :)
—
Reply to this email directly, view it on GitHub
<#54 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AARKJWPBVWGKBWMSE5OTHITYMRTNVAVCNFSM6AAAAAA5MFPY46VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNZUGUYDCNBVHE>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
Could be helpful to have a text input type as a sort of list entry. Could e.g. be an array of strings we could iterate over with templater.
The text was updated successfully, but these errors were encountered: