You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I write answer for selection like that:
answers: [
{text: 'Answer 1 ioji ojo j oi oi ho h oh oi ho nh dskfjhbaslifh aksjd hfkjasdbnfkjasd\n', value: '1'},
{text: 'Answer 2 ioji ojo j oi oi ho h oh oi ho nh dskfjhbaslifh aksjd hfkjasdbnfkjasd\n', value: '2'},
{text: 'END', value: 'end'}
]
Result:
I cannot click answer 2, If answer 2 is in new line I can click it, how can I do it???
Thanks
The text was updated successfully, but these errors were encountered:
I'm not sure but I think you should just use CSS for this problem. For first, don't let the answers flow. In jquery.convform.css for "div.conv-form-wrapper div.options" , remove the white-space, the overflow-x and the width instructions. Then use a fix width like 300px. Further you maybe need something like break-word so that the long word will break though it hasn't a space in it...
Hi,
I write answer for selection like that:
answers: [
{text: 'Answer 1 ioji ojo j oi oi ho h oh oi ho nh dskfjhbaslifh aksjd hfkjasdbnfkjasd\n', value: '1'},
{text: 'Answer 2 ioji ojo j oi oi ho h oh oi ho nh dskfjhbaslifh aksjd hfkjasdbnfkjasd\n', value: '2'},
{text: 'END', value: 'end'}
]
I cannot click answer 2, If answer 2 is in new line I can click it, how can I do it???
Thanks
The text was updated successfully, but these errors were encountered: