-
Notifications
You must be signed in to change notification settings - Fork 255
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
Styling issue after adding the Autocomplete Input. #77
Comments
Same issue here..did you find any solution? |
@impradeepsaini Yes I have fixed it by adding a separate view for the autocomplete text input with styles as mentioned in the document android section. It was clearly mentioned in the document android section and I have missed to have a look at first. I have read it again and again then fixed it by adding a separate view for the autocomplete text input. Check this line in the document. Android Android does not support overflows (#20), for that reason it is necessary to wrap the autocomplete into a absolute positioned view on Android. This will allow the suggestion list to overlap other views inside your component. Hope it will fix it for you too... |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. Thank you for your contributions. |
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information. |
I have successfully implemented the Autocomplete input. But After adding the autocomplete text input, all other texts and buttons below the Autocomplete text input is moved to the end of the screen. When I tried by removing the Autocomplete Input from render, those texts and buttons are back to their normal position.
Any ideas will be really helpful for me to overcome this issue ?
The text was updated successfully, but these errors were encountered: