Skip to content

Commit b68cddd

Browse files
kushthedudemrsaicharan1
authored andcommitted
fix: Added missing validation for country (#3369)
* Added missing validation * fixing Typo mistake
1 parent b273045 commit b68cddd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/templates/components/forms/orders/order-form.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@
114114
<label class="required">{{t 'Select country'}}</label>
115115
{{#ui-dropdown class="search selection" selected=data.country
116116
onChange=(action (mut data.country)) as |execute mapper|}}
117+
{{input type='hidden' id='country' value=data.country}}
117118
<div class="default text">{{t 'Select country'}}</div>
118119
<i class="dropdown icon"></i>
119120
<div class="menu">

0 commit comments

Comments
 (0)