You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's implement two new input types to do this, namely
COUNTRY basically just a select that lists countries
LOCATION select that lists country configured locations
can be given a partOf option that is used then to filter the shown options
These both have to be in packages/client as they aren't reusable as such.
If at this point if the radio input for switching between Rural and Urban is not created, add that in as well.
Description
So something similar to this:
Let's implement two new input types to do this, namely
COUNTRY
basically just a select that lists countriesLOCATION
select that lists country configured locationspartOf
option that is used then to filter the shown optionsThese both have to be in
packages/client
as they aren't reusable as such.If at this point if the radio input for switching between Rural and Urban is not created, add that in as well.
The text was updated successfully, but these errors were encountered: