LocationPicker
DomainLocation form with country selector (countries-list), city, state, postal code, and optional lat/lng. 2-column grid layout.
<LocationPicker onSubmit={handleSave} /><LocationPicker initial={{ city: 'Istanbul', countryCode: 'TR', postalCode: '34000' }} onSubmit={handleSave} onCancel={handleCancel} />