Skip to content

Commit 711a511

Browse files
added validation to countries
1 parent 9d0405f commit 711a511

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

apps/paf/fields/index.js

+7-7
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ module.exports = {
367367
},
368368
'boat-country-departure': {
369369
mixin: 'select',
370-
className: ['typeahead','js-hidden'],
370+
className: ['typeahead', 'js-hidden'],
371371
validate: ['required', 'notUrl'],
372372
options:
373373
[{
@@ -402,7 +402,7 @@ module.exports = {
402402
},
403403
'train-country-departure': {
404404
mixin: 'select',
405-
className: ['typeahead','js-hidden'],
405+
className: ['typeahead', 'js-hidden'],
406406
validate: ['required', 'notUrl'],
407407
options:
408408
[{
@@ -440,7 +440,7 @@ module.exports = {
440440
},
441441
'airline-country-departure': {
442442
mixin: 'select',
443-
className: ['typeahead','js-hidden'],
443+
className: ['typeahead', 'js-hidden'],
444444
validate: ['required', 'notUrl'],
445445
options:
446446
[{
@@ -533,7 +533,7 @@ module.exports = {
533533
},
534534
'crime-location-country': {
535535
mixin: 'select',
536-
className: ['typeahead','js-hidden'],
536+
className: ['typeahead', 'js-hidden'],
537537
validate: ['required', 'notUrl'],
538538
options:
539539
[{
@@ -597,7 +597,7 @@ module.exports = {
597597
},
598598
'crime-another-location-country': {
599599
mixin: 'select',
600-
className: ['typeahead','js-hidden'],
600+
className: ['typeahead', 'js-hidden'],
601601
validate: ['required', 'notUrl'],
602602
options:
603603
[{
@@ -746,7 +746,7 @@ module.exports = {
746746
},
747747
'report-person-location-outside-uk-address-country': {
748748
mixin: 'select',
749-
className: ['typeahead','js-hidden'],
749+
className: ['typeahead', 'js-hidden'],
750750
validate: ['required', 'notUrl'],
751751
options:
752752
[{
@@ -773,7 +773,7 @@ module.exports = {
773773
},
774774
'report-person-location-travel-to-uk-country': {
775775
mixin: 'select',
776-
className: ['typeahead','js-hidden'],
776+
className: ['typeahead', 'js-hidden'],
777777
validate: ['required', 'notUrl'],
778778
options:
779779
[{

0 commit comments

Comments
 (0)