-
Notifications
You must be signed in to change notification settings - Fork 475
Dropdown showing empty rows when there are only 2 options #126
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
Comments
this happens only when you have set static height , change the height of your modaldropdown u ll come to know your mistake. If u still don't get that ...ping me I ll send u the code |
@apurvaaggarwal This is my code:
I tried removing the |
@lucasharada did u found any solution for this ? this is my code snippet
|
@lucasharada
In library, default height is set with absolute position like this, |
You can use |
You can try this(#81 (comment)) first . |
I'm using this for gender selection, but the dropdown is showing 4 rows, 2 of them being empty with no press event handler. How can I remove this empty rows?
The text was updated successfully, but these errors were encountered: