if (key === 'ENTER') {
let el = $(':focus').find('[aria-keyshortcuts]')
+ if(!el) {
+ $(':focus').get(0).click();
+ }
if ($this.quiz.utils.isEnabled(el)) {
el.get(0).click((e) => { return false; });
return true;
<div class="screen question-text question-country">
<form id="form-{{$position}}">
<div class="form-group">
- <label for="toggleDropdown">
- <input class="answer-text" tabindex="1" id="toggleDropdown" name="answer"
+ <label for="toggleDropdown" tabindex="1">
+ <input class="answer-text" id="toggleDropdown" name="answer"
placeholder="{{$question['placeholder']?:$__('Choose a country')}}" type="text"/>
<svg class="arrow" xmlns="http://www.w3.org/2000/svg" width="18.828" height="10.414"
viewBox="0 0 18.828 10.414">