-
Updated
Dec 15, 2021 - Shell
autocomplete
Here are 1,266 public repositories matching this topic...
-
Updated
Jan 7, 2022 - Vim script
Sanity checks
- My issue relates to a specific CLI completion spec (e.g.
git checkoutis missing options ingitcompletion spec). If your issue is more general, please create your issue here: withfig/fig - I have searched [github.com/withfig/autocomplete/issues](https://gi
-
Updated
Sep 9, 2021 - Python
-
Updated
Oct 12, 2021 - JavaScript
potential api example
bit fix undo-commit
bit fix untrack-file
bit fix rename-commit
bit fix catch-up-to-branch
-
Updated
Jan 3, 2022 - JavaScript
-
Updated
Oct 7, 2019 - Python
-
Updated
Jan 29, 2021 - JavaScript
-
Updated
Dec 10, 2021 - JavaScript
-
Updated
Jan 8, 2022 - Java
-
Updated
Dec 23, 2021 - TypeScript
Right now query in the nodejs api is just a string. we should support gql-parsed strings too, so that if they are exported elsewhere, it can be used directly.
import gql from 'graphql-tag';
export const GRAPHQL_QUERY=gql`
query {
something {
anotherthing
}
}
`;-
Updated
Dec 19, 2021 - TypeScript
-
Updated
Jan 2, 2022 - Vue
-
Updated
Aug 2, 2020 - Python
-
Updated
Jan 7, 2022 - TypeScript
-
Updated
Aug 10, 2021 - TypeScript
-
Updated
Dec 16, 2021 - Python
-
Updated
Oct 15, 2021 - Objective-C++
I cant seem to get the external command, ancillary manipulator command or main porcelain command to display only a few lines
Environment
a364a84 (grafted, HEAD -> main, origin/main, origin/HEAD) Reduce number of files listed-
Updated
May 6, 2020 - JavaScript
Suggestion
Add a section to the README about how to test this component.
Motivation
I've come across countless issues and questions in the gitter about how to test or mock this library. If anyone has done this before, please consider adding a testing guide to the README.
Add missing tests for this library
-
Updated
Nov 24, 2021 - TypeScript
-
Updated
Jul 15, 2020 - JavaScript
Improve this page
Add a description, image, and links to the autocomplete topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the autocomplete topic, visit your repo's landing page and select "manage topics."
This is a question/request, but I am happy to try to contribute if you can point me in the right direction :)
I notice when using
useSelect, if I have a number of entries in the Select dropdown like "San Francisco", "San Diego", and "San Antonio", If I type "San F", it doesn't select the appropriate entry because the space key causes the dropdown to close. So - is there a way to prevent this