JuliaGizmos / Escher.jl

Composable Web UIs in Julia
https://juliagizmos.github.io/Escher.jl
Other
335 stars 63 forks source link

[WIP] paper-listbox in Escher.jl #179

Open izaid opened 7 years ago

izaid commented 7 years ago

This PR adds paper-listbox (https://elements.polymer-project.org/browse?package=paper-elements) to Escher.jl.

izaid commented 7 years ago

Okay, so the situation here is I've added a basic Julia wrapper for listbox, but something is weird when it is rendered in the browser. It seems to work with Signals and all, except instead of getting a nice gray box on the selected item there is a very ugly dotted line. See the listbox.jl file in examples/.

This is basically a copy-and-paste of menu, so I don't know why it isn't working fully. If we can figure out why it looks so ugly, we are done.