Basically what I want to achieve is to have a form that has two fields, the first one asks (for example) for the continent with already-loaded options, and the second one is initially empty and asks to select the country, and the list of all countries is loaded after selecting a component from first field.
My program runs on Angular2 framework.
I have tried ng2-selectize
and react-jsonschema-form
in order to achieve this, but I can't find a solution so far even though I have tried to read carefully the documentations. Or maybe since I'm a rookie in programming, I'm missing something here? Could anyone list all the packages that you know of that can help solve this task? Would be great if it comes with a documentation detailing the configuration.