Hide certain properties on Drupal address field
Problem:
I want to use the address field in a custom form which can be fulfilled with the below code
$form['address'] = [ '#type' => 'address', '#required' => TRUE, ];
This would print the following fields
Now what if we want to hide some the above fields