Is there an existing issue for this?
Current Behavior
When you click on a suggestion (i.e. "after" in picture), it pops up a new menu that shows invalid suggestions. This could be fixed by adjusting the utility/create-editor file to add suggest: { showWords: false } to the options. Or an option to pass in editor overrides as that would also allow customizing other behaviors like scroll in issue #4142. I think an option to pass in editor overrides would be good regardless, as I have a weird behavior using the graphiql editor below something else in my app and the lint error message is going above and being cut off - and I setting hover: { above: false } seems to fix it so being able to customize would be nice.
Expected Behavior
No response
Steps To Reproduce
Go to the https://swapi-graphql.netlify.app/ and type the query { allFilms(after... using the click on suggestions.
Environment
- GraphiQL Version:
- OS:
- Browser:
- Bundler:
react Version:
graphql Version:
Anything else?
No response
Is there an existing issue for this?
Current Behavior
When you click on a suggestion (i.e. "after" in picture), it pops up a new menu that shows invalid suggestions. This could be fixed by adjusting the utility/create-editor file to add
suggest: { showWords: false }to the options. Or an option to pass in editor overrides as that would also allow customizing other behaviors like scroll in issue #4142. I think an option to pass in editor overrides would be good regardless, as I have a weird behavior using the graphiql editor below something else in my app and the lint error message is going above and being cut off - and I setting hover: { above: false } seems to fix it so being able to customize would be nice.Expected Behavior
No response
Steps To Reproduce
Go to the https://swapi-graphql.netlify.app/ and type the
query { allFilms(after...using the click on suggestions.Environment
reactVersion:graphqlVersion:Anything else?
No response