-
Notifications
You must be signed in to change notification settings - Fork 252
How to float ontop of content beneath? #15
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
If the relative position solution works out for you I will close this issue. |
@l-urence Yeah, but the gif in the readme looks like it is floating, is it? How did you do it? |
No, the example autocomplete container position is absolute. |
@l-urence Would it be an idea to put that into the module? Because it does not really make sense without :) |
@kevinsimper Actually this is true! But right now I didn't figure out how to to this in a good way (lack of time). The absolute position seems to be more some kind of "hack" to put the suggestion list on top of other elements. For that reason I excluded the positioning to the example. An optimal solution would be to add the autocomplete like the |
@l-urence Yeah, I can see what you mean, but I think that is better than the current behaviour. |
@kevinsimper I will have a look at the weekend. |
@kevinsimper I prototyped a fix for the absolute position. Can be installed via npm. Short feedback would be nice. Thx. |
@l-urence Hello! |
@kesha-antonov Great :). Will publish everything ASAP. |
The Android issues seems to be related to #20. |
I managed to get it working with a different approach. Thanks, anyway. |
@tioback Thanks for sharing you approach. Maybe I can integrate some of your ideas into the component. |
Right now my app looks like this and I can't seem to understand how to make it float ontop like yours demo!
Is it possible? Btw, thanks for the library!
The text was updated successfully, but these errors were encountered: