typeahead
Here are 132 public repositories matching this topic...
Bug description
For a custom tab heading with an input element. It is not possible to insert a space in this input.
It seems that the space is not possible because of this code block:
Plunker/StackBlitz that reproduces the issue
Bug
-
The steps to reproduce the issue, e.g.:
- Focus on the input field in FireFox
- Type
c, and wait for suggestions to appear - Press test button
- Click outside the container to close suggestions
Observed behaviour: Suggestions stay open
Expected behaviour: Suggestions should be closed
Describe the bug
Highlighting displays encoded text if it contains '&' ( ex: 'Vilnius & Pavilnys' )
Reproducbile example
https://stackblitz.com/edit/angular-g5ufg4
To Reproduce
Steps to reproduce the behavior (if example is not provided):
- Go to https://stackblitz.com/edit/angular-g5ufg4
- start search, by typing in 'a'
- You can view
&inside the first option
-
Updated
May 6, 2020 - JavaScript
Do you want to request a feature or report a bug?
Bug. Happens on 0.37 too.
What is the current behavior?
On Firefox and Chrome mobile I can't select a value from the autocomplete list. Whatever you choose, the result is always the first option.
**If the current behavior is a bug, please provide all the steps to reproduce and a minimal
JSFiddle example
-
Updated
Oct 30, 2019 - JavaScript
Version
3.4.6
Steps to reproduce
https://codesandbox.io/s/react-bootstrap-typeahead-hint-failure-0775h
- Continue typing to force the input field to autoscroll the input text
Expected Behavior
When using the Typeahead with long strings (when multiple=false), the hint text should always align with the input text, even when the typed text exceeds the defined width of the input
-
Updated
Apr 30, 2020 - JavaScript
-
Updated
Apr 3, 2020 - JavaScript
I noticed that assistiveHint text appears in search engine results.
<span id="search-topic-input-desktop-id__assistiveHint" style="display: none;">When autocomplete results are available use up and down arrows to review and enter to select. Touch device users, explore by touch or with swipe gestures.</span>That's probably not the best experience for search results.
I w
-
Updated
Apr 25, 2020 - JavaScript
-
Updated
Apr 7, 2020 - TypeScript
This issue has come up multiple times (#71, #69, #64, etc). Time to add some examples to the docs.
I cant get the the remove diacritics to work. If i have a nme like João, i want it to match when i type joao...
Thx in advance, good work.
Are you reporting a bug?
renderInputComponent is not optional? when it's undefined it should render the default input component. For now I have to do this
if (custom) {
return (
<Autosuggest
{...props}
renderInputComponent={() => this.customComponent()}
/>
)
}
return `<Autosuggest {...props} renderInputComponent={() => this.customComponent()} />`
`
Can we get sample code how to subscribe on event ValueChanged when is control in single select mode and sample of subscribing of event ValuesChanged when contol is bind to list.
We did discus abut these events on Blazored/Typeahead#75 but unfortunately I can't write my code to handle change event in code behind.
-
Updated
Jan 16, 2019 - HTML
-
Updated
May 10, 2020 - TypeScript
Am I missing something or do the new docs (which are SUPER cool btw) lack example code? Came back here today to check on a prop and can't seem to find where I should look (besides maybe in the source code).
-
Updated
Aug 30, 2018 - JavaScript
-
Updated
May 22, 2017 - Vue
-
Updated
May 8, 2020 - PureScript
Examples doesn't include the value for taResponsetransform. There are plenty of use cases where the REST API contains the list object on the response as a child attribute
-
Updated
Feb 13, 2019 - JavaScript
-
Updated
Mar 14, 2017 - JavaScript
-
Updated
Mar 14, 2020 - CSS
Improve this page
Add a description, image, and links to the typeahead topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the typeahead topic, visit your repo's landing page and select "manage topics."
Bug description:
Accordion Custom header demo does not follow WAI-ARIA Authoring Practices for accordion.