diff --git a/snikket_web/templates/user_profile.html b/snikket_web/templates/user_profile.html index c9f76d0..cced91b 100644 --- a/snikket_web/templates/user_profile.html +++ b/snikket_web/templates/user_profile.html @@ -44,6 +44,7 @@ var warning_header = this.dataset.warningHeader; var warning_text = this.dataset.maxsizeWarning; this.setCustomValidity(warning_text); + this.reportValidity(); this.value = null; } else { this.setCustomValidity("");