Isaiah Proctor

Results 3 comments of Isaiah Proctor

It seems this has been added because it is in the settings, but it is currently broken it seems. Tried setting it up, removing key bind conflicts, etc. Still not...

I have some time this weekend so I can take a look. No promises on progress though!

I found that this always happens on multi-selects. When clearing them normally ` $("#select2").val(null).trigger("change"); ` Per the documentation does not work. But using ` $("#select2").val(-100).trigger("change"); ` does work great.