Skip to main content

Questions tagged [typeahead]

Typeahead is a feature of computers and software (and some typewriters) that enables users to continue typing regardless of program or computer operation—the user may type in whatever speed he or she desires, and if the receiving software is busy at the time it will be called to handle this later.

typeahead
0 votes
0 answers
89 views

Flutter Typeahead Package giving error when using TypeAheadFormField

I have recently started with a Flutter project and using a tutorial to learn while working on it. I am getting an error: The method 'TypeAheadFormField' isn't defined for the type 'SellProductScreen'. ...
HamAraAym's user avatar
0 votes
0 answers
29 views

ngbTypeahead not calling on change

I am working on creating a Custom Form Control with a Typeahead input field in Angular. I want to call the _onChange function whenever the input changes. However, when I log the _onChange function, I ...
NyeSass's user avatar
  • 393
0 votes
0 answers
15 views

Typeahead.js with accents, dash etc

I'm using typeahead.js to auto-complete city names. It is working, except when there is an accent (like "Mièges" the suggestion will stop at "Mie" if I do not put the "è" ...
Hejya's user avatar
  • 43
0 votes
0 answers
19 views

TypeaheadOnSelect events not firing in Angular in the context of an AG Grid editor

I'm writing a custom editor for an AG Grid in an Angular application using the ngx-bootstrap typeahead directive. I have an input element with the typeahead directive, and I'm trying to handle the ...
EOD's user avatar
  • 1
1 vote
0 answers
32 views

Better performance and results for autocomplete search edge_ngram or search_as_you_type elasticsearch

I was testing and researching about the use of edge_ngrams and the search_as_you_type field in Elasticsearch to improve search results, but I see that they are very similar and I would like to know ...
Andry Hernandez's user avatar
1 vote
0 answers
48 views

Customizing ngb-typeahead button (dropdown-item) in anglular

<ng-template #userTypeaheadTemplate let-r="result" let-t="term"> <ngb-highlight [result]="r.value" [term]="t" [ngClass]="r.roleId ...
Onkar Meherwade's user avatar
1 vote
1 answer
108 views

Stop make shell interpreting arrow up

I will describe first environment: Windows pc, running make in powershell. Make is using bash as its shell. I also use Windows terminal. So powershell is running in Windows terminal, calling of make ...
Jan Benedek's user avatar
0 votes
0 answers
5 views

validating a controller form a TextForm to query and select the suggestion and put the suggestion y the field

return StreamBuilder<String>( stream: bloc.intitutionStream, builder: (context, snapshot) { return Column( crossAxisAlignment: CrossAxisAlignment.start, ...
Diego Rocha's user avatar
1 vote
1 answer
86 views

Adding button to the bottom of typeahead popup in Angular with bootstrap

Im struggling with adding button to the bottom of typeahead. Something like this : What I would like to achieve: I tried to achieve this for two days, unsuccessfully. Can someone give me a hand ? ...
Marcin's user avatar
  • 11
0 votes
1 answer
418 views

How to implement multiple typeahead search input in sveltekit with api request?

I'm trying to implement a feature where every time a user types into an input field, an API request is made, and the results are displayed directly below the input. It's similar to a typeahead or ...
Jay0813's user avatar
  • 75
0 votes
0 answers
25 views

Typeahead not recognizing accents

I am using typeahead when people use a form on my website. This is where they fill the form People type the first few letters of a city name and I return possible matching results. I have the city ...
Hejya's user avatar
  • 43
0 votes
1 answer
37 views

TypeAheadField: How to handle minor misspellings in TypeAheadField

This is how I have implemented the TypeAheadField, this is working fine with the exact spellings typed inside it. TypeAheadField( noItemsFoundBuilder: (context) => const SizedBox( ...
Saurabh Jain's user avatar
1 vote
2 answers
344 views

TypeAheadField: How to show the dropdown suggestion box only after 2 characters

This is how I implemented the TypeAheadField which works fine and shows the dropdown suggestion box right after the user has clicked on the field. TypeAheadField( noItemsFoundBuilder: (...
Saurabh Jain's user avatar
1 vote
1 answer
256 views

Typeahead error: Property 'name' does not exist on type 'Option'

Here's my code: import { Typeahead } from "react-bootstrap-typeahead"; import { actorMovieDTO } from "../actors/actors.model"; interface typeAheadActorsProps{ displayName:...
Hasith Yoman's user avatar
0 votes
0 answers
46 views

Why typeahead does not show results?

I use this plugin. The HTML element is: <input class="form-control typeahead" maxlength="50" id="secondname" required="required" name="secondname" ...
Megan Clerc's user avatar

15 30 50 per page
1
2 3 4 5
62