Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot see another answer with select #30

Open
vitiennam opened this issue Jul 16, 2018 · 1 comment
Open

cannot see another answer with select #30

vitiennam opened this issue Jul 16, 2018 · 1 comment

Comments

@vitiennam
Copy link

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'}
]

  • Result:
    image
    I cannot click answer 2, If answer 2 is in new line I can click it, how can I do it???

Thanks

@MichiSpandl
Copy link

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants