Vanilla example does not actually update props #1512
cschmatzler
started this conversation in
General
Replies: 2 comments 2 replies
-
The vanilla example is still under development. I’m looking to remove alpine all together. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hey @segunadebayo , I'm sorry but it's me again 😄 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
🐛 Bug report
Running
examples/vanilla-ts
, the button state updates, but the actual input value does not update.CleanShot.2024-05-23.at.23.49.07.mp4
💥 Steps to reproduce
npm run dev
insideexamples/vanilla-ts
.Check
andUncheck
buttonsx-bind
not actually update💻 Link to reproduction
Not needed, as it's the actual example in the repo.
🧐 Expected behavior
The DOM gets updated and
value
is set to on/off.🌍 System information
Beta Was this translation helpful? Give feedback.
All reactions