Skip to content

Commit

Permalink
Merge pull request #15 from Octagon-simon/patch-for-v1.3
Browse files Browse the repository at this point in the history
updated demo file
  • Loading branch information
Octagon-simon authored Nov 29, 2022
2 parents 7ecf29f + c9a76c5 commit 43943fc
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -644,12 +644,4 @@ <h3 class="text-white text-center">VISIT OUR DOCS</h3>
// After 3 seconds, remove the show class from DIV
setTimeout(function () { p.classList.remove("show"); }, 3000);
}
</script>

<!---
What's new?
We added a configuration option that allows you to provide an element where we can append an error element after.
We fixed a bug with using strictMode on multi select elements
-->
</script>

0 comments on commit 43943fc

Please sign in to comment.