bouncer icon indicating copy to clipboard operation
bouncer copied to clipboard

Error message insertion error

Open HaroldPutman opened this issue 5 years ago • 1 comments

When adding the error message nextSibling could be null (if the input is wrapped in a div). If that happens createError can get a null for location and it blows up.

HaroldPutman avatar Jan 07 '19 21:01 HaroldPutman

Aha, you had the same problem I did—and you fixed it! https://github.com/cferdinandi/bouncer/issues/37

matthewmcvickar avatar Jan 29 '19 05:01 matthewmcvickar