07-22-2020 14:37
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

Jogger
1
0
0
07-22-2020 14:37
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Hi there 🙂 I am pretty new and just playing around. Now I got one problem here, I want to do something like this, where I render a (Select-)list with items from an AdditiveList, which is created by TextInputs. Is this somehow possible? Or am I thinking towards a strange dircetion?
function openFoo(props) {
let foo = props.settingsStorage.getItem('additive');
if (foo != null) {
return (
for (item in foo) {
<Select>{item.name}</Select>
}
);
}
}
Best regards and thanks a lot already !
Jacky
0 REPLIES 0
