InteractBase.jl icon indicating copy to clipboard operation
InteractBase.jl copied to clipboard

Build interactive HTML5 widgets in Julia

Results 10 InteractBase.jl issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Using Slider with a default value of median feels unnatural for me. Would it be better to use first value as default? **To Reproduce** using `@manipulate` **Expected...

Label could say `i =123` for example, to avoid having the readout far away.

I was trying to track some broken styling in inputs.jl, but the eval blocks make it a little hard to track what is happening! I'm wondering if it is worth...

Now that this is released and I have Flatten.jl I don't need AutoInteract.jl anymore... I'll be directly using this packages for making UIs, so I was wondering how my efforts...

All widget arguments that are passed to Knockout (e.g. the list of options) should also accept Observables and when upgraded Knockout would automatically update only that part of the widget.

I was thinking that a widget that can display some sort of message could be very useful in GUIs programming. In this sense it would be a text area that...

The dictionary should be overloadable by the `WidgetTheme`: this should simplify creating a new backend drastically. It should also allow to customize a theme using user css code or a...

enhancement

This PR fixes the open/save dialog functionality for the latest version of the Blink package. Even after fixing the undefined variables, differences in the security model of newer versions of...

When I use the filepicker widget, I would like to get a response for a callback function even when I select the same same twice or more times. The current...