Skip to content
Snippets Groups Projects
Commit e3448bd4 authored by bbaer's avatar bbaer
Browse files

also for textareas, fixes #9528

parent 02ec106f
No related branches found
No related tags found
1 merge request!221B9720 checkbox various setups
Pipeline #2912 passed
......@@ -60,7 +60,7 @@ $(document).ready( function () {
$('.qfq-clear-me').each(function() {
var myInput = $(this);
if(!myInput.is("input")) {
if(!myInput.is("input,textarea")) {
return;
}
var closeButton = $("<span>", {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment