question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

AutocompleteInput does not complete word when option is clicked

See original GitHub issue

I 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:closed
  • Created 6 years ago
  • Comments:15 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
magee256commented, Nov 26, 2018

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?

0reactions
bryevdvcommented, Feb 1, 2019

Would suggest follow on issues re: specific UX interaction improvements

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found