DEV Community

Discussion on: Alpine.js Build a Remaining Character Count Component

Collapse
 
marzelin profile image
Marc Ziel

It would be nice if you first show how to add alpine.js to the document:

<script src="//unpkg.com/alpinejs" defer></script>
Enter fullscreen mode Exit fullscreen mode

How would you enforce this limit?

Collapse
 
allaygerald profile image
Gerald Allay

Thanks for pointing that out.
One way to inforce the limit is by using HTML's maxLength attribute. I will update my post to cover that.