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
It seems this issue is caused by this (inheritAttrscode).
What is it doing, and can we just remove it?"
Us3r-gitHub
changed the title
[Bug]: Data Binding Not Updating with Number Input
[Bug]: Data Binding Not Updating with Number Input (AutoForm)
Nov 27, 2024
Reproduction
https://github.com/Us3r-gitHub/Playground-Nuxt/tree/auto_form-data_binding
Describe the bug
The data binding for Vue reactivity does not update as expected.
Steps to Reproduce:
Expected Behavior:
The reactive variable should update automatically when the input value changes, reflecting the updated value in the component.
Actual Behavior:
The reactive variable does not update with the new value from the input and continues to use the initial value.
Screenshot
From the screenshot above, data binding works perfectly with the text input, but the issue occurs when using the number input.
System Info
Contributes
The text was updated successfully, but these errors were encountered: