My question is very simple - how to create combobox (dropdown) in SAFE project (using Feliz.Bulma) and populate it programmatically.
In the docs there is no such component. This is the only example (Fulma) I found and can not incorporate it in my project.
For a simple dropdown you can use
Bulma.select
in combination withHtml.option
: