AutocompleteInput does not complete word when option is clicked
See original GitHub issueI am using MacOS, Bokeh 0.12.7rc3, python 2.7.13, and Google Chrome to view a static html file generated by Bokeh. Clicking on a word in the autocomplete dropdown only sometimes (~25%) completes the word in the input box. I have not been able to see any pattern as to when it works and when it doesn’t. There is no additional information to share from the javascript console.
from bokeh.plotting import show, output_file
from bokeh.models.widgets import AutocompleteInput
output_file('autocomplete_input.html')
input_widget = AutocompleteInput(completions=['pok', 'wer', 'foo', 'bar', 'baz'], title='test')
show(input_widget)
Issue Analytics
- State:
- Created 6 years ago
- Comments:15 (7 by maintainers)
Top Results From Across the Web
AutocompleteInput does not complete word when option is ...
I'm working in Jupyter notebook 5.7.4 bokeh 1.0.4, Firefox 63.0.3 python3.7, I want to get autocompletion using bokeh to get some ...
Read more >Turn automatic completion of cell entries on or off
If you want to stop automatic completion, you can turn this option off. Click File > Options. Click Advanced, and then under Editing...
Read more >Javascript Autocomplete Dropdown - YouTube
Your browser can't play this video. ... We will fetch data using the Fetch API in javascript and will map the results into...
Read more >Directives > mdAutocomplete - AngularJS Material
Parameter Type Description
md‑search‑text expression expression A model to bind the search query text to.
md‑selected‑item object object A model to bind the selected item...
Read more >Dynamic option creation | Select2 - The jQuery replacement ...
In addition to a prepopulated menu of options, Select2 can dynamically create ... <select class="form-control"> <option selected="selected">orange</option> ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m still seeing this in bokeh==1.0.1, this pull request references a layout rework that should fix the issue. Is that rework still ongoing?
Would suggest follow on issues re: specific UX interaction improvements