Skip to content

Commit

Permalink
more testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Pietro Vertechi committed May 24, 2018
1 parent 7936477 commit 355a567
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test_widgets.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ display(f)
observe(f)
#---

s = autocomplete(["Opt 1", "Option 2", "Opt 3"])
s = autocomplete(["Opt 1", "Option 2", "Opt 3"], "Write here")
body!(w, s)
#---
s = InteractBase.input(typ="color")
Expand Down Expand Up @@ -75,6 +75,7 @@ observe(s)

s = radiobuttons(["a1", "a2nt", "a3"]);
display(s)
observe(s)
#---
# IJulia
ui = s
Expand Down

0 comments on commit 355a567

Please sign in to comment.