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

Drop-down list that does not shows on mobile #6246

Open
olimaz opened this issue Apr 21, 2023 · 1 comment
Open

Drop-down list that does not shows on mobile #6246

olimaz opened this issue Apr 21, 2023 · 1 comment

Comments

@olimaz
Copy link

olimaz commented Apr 21, 2023

I was checking issue #5672 because I'm having the same problem.

I think I found the reason:

if the size of the text inside the select is wider than the screen, the drop down is not displayed. This happens only on mobile screens.

The problem is that the dropdown is not displayed when clicked, although it works well on larger screens. There is no JS error, no console messages, nothing. Feels like control is disabled.

This happens to me with the following options:
{
theme:'bootstrap',
width: '100%'
}

BTW: changing such options doesn't fix the problem

@s21sd
Copy link

s21sd commented Sep 26, 2023

can I work o this issue?

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

No branches or pull requests

2 participants