16,820 questions
0
votes
0
answers
15
views
configure autocomplete snippits in nvim for .hbs file
How do I configure autocomplete snippets for .hbs (Handlebars) files in Neovim using the NvChad framework?
I'm using Neovim with the NvChad configuration framework, and I want to enable autocomplete/...
2
votes
1
answer
35
views
Angular Autocomplete Shows Different Value When Option is Selected Twice
Background
I have an Angular component that renders an Angular Material Autocomplete field. The field has three options, and each option contains a name and an id. When an option is selected, it's ...
0
votes
0
answers
7
views
Yjw to use both auto-apply and text-input @vuepic/vue-datepicker
I try to use @vuepic/vue-datepicker with text-input and auto-apply in Nuxt3 project, but
when I add auto-apply the field is filled when I enter 1 digit, without waiting for the rest to be entered. How ...
0
votes
0
answers
48
views
Fix cell in google sheets for autocomplete to ignore? [duplicate]
I have a column with values (E) and a cell with another value (F12). I want to multiply both using autocomplete but I don't know how, since autocomplete is going to increase the value of F12 as well.
...
0
votes
1
answer
29
views
How can I autocomplete variable names in prompts in Cursor?
E.g., I have a variable name options. Then I write a prompt. How can I autocomplete the variable name in prompt in Cursor? (i.e., instead of typing options, I want to only type o then it'll ...
0
votes
0
answers
11
views
Chrome - DropDown Box for Lookup not Displaying List
My Sire Lookup stopped working in Chrome recently. It should display a list of sire names after typing 2 or more letters into the box.
I had this same issue last year but it was resolved by clearing ...
0
votes
0
answers
30
views
Clear Firefox overlays after SPA login
Firefox provides autocomplete and other warning overlays on my SPA login form. After a successful login the overlays remain hovering over the page content, requiring a user interaction to remove them. ...
0
votes
0
answers
21
views
How can I set auto-complete in a Formik Form built with a react-select component (TS)?
I'm currently using a Formik Form in which my Field is built with a Select component from react-select.
I've got something like this:
<Formik initialValues=[...]}
onSubmit={onSubmit}...
1
vote
1
answer
41
views
Flutter Autocomplete widget not working as expected
I am using flutter Autocomplete widget with an api. Expected behaviour is that whenever user types something I want to trigger an api call which in response gives me a list of option objects and show ...
0
votes
1
answer
46
views
Symfony UX Autocomplete - does not add new options after standard ajax call
I have two autocomplete fields.
class SignalementFormType extends AbstractType {
private EntityManagerInterface $em;
public function __construct(EntityManagerInterface $entityManager) {
$this-&...
0
votes
0
answers
123
views
Places API(NEW) not working, getting error This API project is not authorized to use this API. Places API error: ApiNotActivatedMapError
i created a new project added biilong account and assigned this project, i have enabled places api, maps javascript api, geocoding, route api. and created api key. when i call the place api i am ...
1
vote
1
answer
88
views
Is it possible to turn whole-word auto-complete on for C++?
When I open an Objective-C file in Visual Studio Intellisense is missing, so Visual Studio uses a simple whole-word text search as auto-complete.
Does anyone know if I can enable this when editing C++ ...
4
votes
2
answers
64
views
Algolia Autocomplete Select List Event
I am trying to use algolia autocomplete, the list appears fine but when we click on it, no event fires, the keyword scroll is also working but the section on the list is not.
https://jsfiddle.net/...
0
votes
1
answer
36
views
How to sanitize MUI autocomplete input? It doesn't update on keypress
What I have
I have a MUI Autocomplete component inside React.
Goal
I would like to sanitize the input typed into it so the user can't enter characters that wouldn't make sense anyway.
What I tried
I ...
1
vote
1
answer
205
views
How to deactivate code completion PyCharm
I deactivated everything in the Settings (I also disabled "Postfix Completion"):
Copilot is deactivated:
But I still have completion (I only wrote i => str1 index, and j => str2 ...