danielo515 / obsidian-modal-form

Define forms for filling data that you will be able to open from anywhere you can run JS
https://danielorodriguez.com/obsidian-modal-form/
MIT License
199 stars 17 forks source link

[Feature request] extend the get of result to select more than one value #174

Open danielo515 opened 8 months ago

danielo515 commented 8 months ago

Is your feature request related to a problem? Please describe. I want the get method of result to be able to handle several keys

Describe the solution you'd like The get method of the Result class could accept an array of strings,so the mapping function,instead of a single value will get as many values as the array specifies. If any of the values is missing, then the mapping function will not be called

Additional context