You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The modifier makes Alpine listen for change, and the rating's own change event makes that listener write the event's { value } detail object over the number the rating has just stored.
The modifier makes Alpine listen for
change, and the rating's ownchangeevent makes that listener write the event's{ value }detail object over the number the rating has just stored.