alpinejs / alpine

A rugged, minimal framework for composing JavaScript behavior in your markup.
https://alpinejs.dev
MIT License
28.46k stars 1.24k forks source link

Clearer example for x-bind #4430

Open sa- opened 2 weeks ago

sa- commented 2 weeks ago

Hey, first of all thanks for making alpine - it's a breath of fresh air to use in the modern web stack for someone who is not a "frontend guy"

While I was reading through the docs I was quite confused because placeholder was both a variable name and an attribute for the input field. It took me unreasonably long to figure it out and I believe changing the variable name slightly would have helped me grok it faster.

Cheers

sa- commented 2 weeks ago

I don't think my changes are related to the failing test does not initialise components twice when contained in multiple mutations

ekwoka commented 2 weeks ago

The failed tests are related to some things Caleb is working on, not yours.