Idiomatic live view for form where select elements depend on each other

Greetings,

So lets take an example of simple address form. with following select elements depending on parents selector. ( city depends on state which in turn depends on country selection)

country
state
city

How should be this handled in liveview ?

1 Like