gitlab-org--gitlab-foss/spec/javascripts/behaviors
Robert Speicher 933834c4a6 Allow manual resize of js-autosize textareas
First, the autosize library was being too controlling and removed the
`resize` property from any elements to which it was attached, removing
the drag handle.

Second, we detect when the user manually resizes an autosize textarea,
and then remove the autosize behavior from it and increase its
max-height.

This should allow for the best of both worlds.

Closes #12832
2016-02-01 17:00:03 -05:00
..
autosize_spec.js.coffee Allow manual resize of js-autosize textareas 2016-02-01 17:00:03 -05:00
quick_submit_spec.js.coffee Check originalEvent.repeat *and* event.repeat 2015-10-07 17:59:10 -04:00
requires_input_spec.js.coffee Add "Requires Input" JS behavior 2015-06-26 22:06:42 -04:00