Geht deine Idee aus einer Problemstellung hervor? / Is your feature related to a problem?
Some features might require i.e. an arbitrary number of strings as input. Currently this can be done by having a StringSetting and coma-seperating the different inputs and then splitting them when accessing the setting in the code.
Lösung oder Feature / Solution or Feature
I propose the class ArraySetting (or StringArraySetting), which always provides the user with an empty text input field if no empty input exists.
Alternativen / Alternatives
No response
Sonstiges / Additional
There is the potential for ArraySettings for the other types (like NumberArraySetting) or even MixedArraySetting.
Currently there is no mockup of this feature. I will add it as soon as I have time (which will hopefully help understanding the idea)
Geht deine Idee aus einer Problemstellung hervor? / Is your feature related to a problem?
Some features might require i.e. an arbitrary number of strings as input. Currently this can be done by having a
StringSetting
and coma-seperating the different inputs and then splitting them when accessing the setting in the code.Lösung oder Feature / Solution or Feature
I propose the class
ArraySetting
(orStringArraySetting
), which always provides the user with an empty text input field if no empty input exists.Alternativen / Alternatives
No response
Sonstiges / Additional
There is the potential for
ArraySetting
s for the other types (likeNumberArraySetting
) or evenMixedArraySetting
.Currently there is no mockup of this feature. I will add it as soon as I have time (which will hopefully help understanding the idea)