// Listener on the dropdowns - insert selected values into hidden text input
$('#question'+qID+' select').change(function(){
$(this).next('input[type="text"]').val($(this).val()).trigger('change');});
to
Code:
// Listener on the dropdowns - insert selected values into hidden text input
$('#question'+qID+' select').change(function(){
$(this).next('input[type="text"]').val($(this).val()).trigger('keyup');});
PS @tpartner : .answer-item :text BUT .dropdown-item select . Unsure : maybe .answer-item select ?
But maybe too : remove Class usage , and use select[data-em] or something siilar (have issue with Question Theme or Question plugins about css usage and EM)
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. -
Professional support
-
Plugins, theme and development
. I don't answer to private message.