We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Theme is undefined on this line in dialog https://github.com/piever/InteractBase.jl/blob/0a91fe6d605cafcb27b1b9c15d5fea568fb187da/src/input.jl#L113
dialog
Original report here: JuliaGizmos/Interact.jl#414
To Reproduce See JuliaGizmos/Interact.jl#414
Expected behavior theme should be defined.
theme
Screenshots See JuliaGizmos/Interact.jl#414
Version info (please complete the following information):
versioninfo()
Pkg.status()
Before opening an issue
Pkg.build("InteractBase")
If widgets do not appear
Pkg.build("WebIO")
using WebIO; display(Node(:input, attributes = Dict("type" => "range")))
The text was updated successfully, but these errors were encountered:
Trace to #167 @rafaqz
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
Theme is undefined on this line in
dialog
https://github.com/piever/InteractBase.jl/blob/0a91fe6d605cafcb27b1b9c15d5fea568fb187da/src/input.jl#L113
Original report here:
JuliaGizmos/Interact.jl#414
To Reproduce
See JuliaGizmos/Interact.jl#414
Expected behavior
theme
should be defined.Screenshots
See JuliaGizmos/Interact.jl#414
Version info (please complete the following information):
versioninfo()
andPkg.status()
Before opening an issue
Pkg.build("InteractBase")
If widgets do not appear
Pkg.build("WebIO")
using WebIO; display(Node(:input, attributes = Dict("type" => "range")))
The text was updated successfully, but these errors were encountered: