mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-01 02:03:22 +00:00
Checkout: Use validated_select for country
This commit is contained in:
@@ -45,8 +45,7 @@
|
||||
= validated_input "Postcode", "order.bill_address.zipcode"
|
||||
|
||||
.small-6.columns.right
|
||||
= ba.select :country_id, checkout_country_options,
|
||||
"ng-model" => "order.bill_address.country_id", required: true
|
||||
= validated_select "Country", "order.bill_address.country_id", checkout_country_options
|
||||
|
||||
.row
|
||||
.small-12.columns.text-right
|
||||
|
||||
Reference in New Issue
Block a user