You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.
Is it possible to separate the suggestion panel flatlist into another component? It's more than a bit tricky right now to position the mentions box when it's inside the same view as the textinput. I'm attempting to have it sit flush on top of a textinput which has buttons on either end but that doesn't seem to be possible without some sort of position: 'absolute' gymnastics which won't work on android due to overflow issues.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is it possible to separate the suggestion panel flatlist into another component? It's more than a bit tricky right now to position the mentions box when it's inside the same view as the textinput. I'm attempting to have it sit flush on top of a textinput which has buttons on either end but that doesn't seem to be possible without some sort of position: 'absolute' gymnastics which won't work on android due to overflow issues.
The text was updated successfully, but these errors were encountered: