You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the doc to setup a fileupload component with image preview and while data-dismiss works fine, clicking a type="reset" button throws two types of error:
jquery-3.2.1.min.js:2 Uncaught RangeError: Maximum call stack size exceeded
at Function.each (jquery-3.2.1.min.js:2)
at r.fn.init.each (jquery-3.2.1.min.js:2)
at r.fn.init.val (jquery-3.2.1.min.js:4)
at c.clear (jasny-bootstrap.min.js:6)
at c.reset (jasny-bootstrap.min.js:6)
at HTMLFormElement.e (jquery-3.2.1.min.js:2)
at HTMLFormElement.dispatch (jquery-3.2.1.min.js:3)
at HTMLFormElement.q.handle (jquery-3.2.1.min.js:3)
at Object.trigger (jquery-3.2.1.min.js:4)
at HTMLDivElement.<anonymous> (jquery-3.2.1.min.js:4)
and
jquery-3.2.1.min.js:3 Uncaught SyntaxError: Invalid regular expression: /(^|\.)bs\.(?:.*\.|)fileinput(\.|$)/: Stack overflow
at RegExp.test (<anonymous>)
at HTMLFormElement.dispatch (jquery-3.2.1.min.js:3)
at HTMLFormElement.q.handle (jquery-3.2.1.min.js:3)
at Object.trigger (jquery-3.2.1.min.js:4)
at HTMLDivElement.<anonymous> (jquery-3.2.1.min.js:4)
at Function.each (jquery-3.2.1.min.js:2)
at r.fn.init.each (jquery-3.2.1.min.js:2)
at r.fn.init.trigger (jquery-3.2.1.min.js:4)
at c.reset (jasny-bootstrap.min.js:6)
at HTMLFormElement.e (jquery-3.2.1.min.js:2)
Thanks in advance!
The text was updated successfully, but these errors were encountered:
I followed the doc to setup a fileupload component with image preview and while
data-dismiss
works fine, clicking atype="reset"
button throws two types of error:and
Thanks in advance!
The text was updated successfully, but these errors were encountered: