-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
autocomplete doesn't work with Blink #44
Comments
I think it may be due on older version of Electron not supported the I can ask over at Blink if it's possible to have a release. |
No, it doesnt work with Blink.jl master either |
Interesting. Are you calling Blink from the REPL or from Atom? Somehow, the two things call different Electron installation. What problem are you experiencing exactly? Do options not display or is the |
I am using Blink from REPL. None of values passed to |
Upon inspect element in Blink, I do see all the values inside |
Could you copy paste your inspect element here? Just to make sure I'm not doing something unorthodox that Blink doesn't accept. |
|
That HTML works on Blink on my machine. If I do: using Blink
w = Window()
html = """
<div><input list="##672" id="envname" type="text" placeholder="" class="interactbulma input "><datalist id="##672"><option value="Test"></option><option value="Production"></option><option value="Development"></option><option value="Staging"></option></datalist></div>
"""
body!(w,html) I get the options to show up correctly. If that doesn't work on your machine it's probably a Blink issue, so maybe it could be reported there. |
Electron 4.0.4 doesn't support data-list on MacOSX |
No description provided.
The text was updated successfully, but these errors were encountered: