pjfsilva

Results 16 comments of pjfsilva

By the way, this also applies to the demo "Datepair Plugin Example" where if you select at the start 1 August 1:00AM and at end date 3rd August 5:00AM it...

chosen 1.7.0 was released 2 days ago and it seems to mark the 'end' of chosen in terms of new features so it seems like the perfect timing to check...

I'm using it on a project with 1.7.0 and didn't find any bugs with single and multiple dropdowns.

+1 for this. @hsoft A suggestion for the UI is to just add another checkbox next to 'dupes only', saying 'Different Only' (or Uniques only) and we get a list...

hmmm... indeed that's possible to do. I tried it before but I forgot my original event is a click so I ended up doing something like this: `el.fire(new MouseEvent('mousedown', e.originalEvent));`...

ok, I detected a problem on IE11 by using my solution. Since my initial event is a click mouse event I can't pass it directly to el so I need...

@enyo can we get this merged? According to https://github.com/dropzone/dropzone/issues/1917#issuecomment-785427648 browsers don't have good tiff support so thumbnail shouldn't be created. Right now if upload a tiff file, we just get...

Yes, the inconsistency is the same on 1.12.1. https://api.jqueryui.com/1.12/button/#option-label https://api.jqueryui.com/1.12/dialog/#option-buttons

> And I assume it's intentional, because if tab would select a result, then there would be no way of passing by the select without selecting anything. This seems like...