gribelu
Results
2
issues of
gribelu
Hello, Just like Select2 or Selectize you should move the dropdowns to the body container in order to allow them to be visible in case they're in a container that...
bug
``` javascript $('#date-range21').dateRangePicker( { hoveringTooltip: function(days) { return days > 1 ? days + ' ' + lang('days') : ''; } }); ``` The above does not work because lang()...