JuliaGizmos / Interact.jl

Interactive widgets to play with your Julia code
Other
520 stars 75 forks source link

Clearing an input field does not set value to nothing and consequently does not emit an event!? #370

Open amonpuschel opened 4 years ago

amonpuschel commented 4 years ago

Let's say having a spinbox: If I clear the input field, nothing happens. I want the input's value set to nothing and an ordinary change event to be emitted.