-
-
Notifications
You must be signed in to change notification settings - Fork 80
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
Prevent autocomplete to change position (set fix position) #152
Comments
Have you tried to play with |
Yeah, but unfortunately So ... an additional prop will be great! For example like: |
Yeah, agree, more like autocompletePostion={{
x: "auto | left | right",
y: "auto | top | bottom"
}} defaults to What do you think? |
Sounds perfect to me 😎 |
I can try tackle it on weekend, but if you have some time for it, you have green light! |
Ah, sorry about it. I would be great to revisit it then. Although, I think that the proposed prop |
The wrong calculation of the autcomplete position was my bad 🤦♂ Anyway the |
Is there a way to prevent the autocomplete opening at the top of the textarea?
Because on the one hand the change is annoying and on the other it's in my case buggy:
The text was updated successfully, but these errors were encountered: