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 first log returns null (when I would expect it to return the field's value) and the second log returns the correct value (I entered '2019' into the field).
Is this a bug or am I doing something wrong?
The text was updated successfully, but these errors were encountered:
Hello — I'm using 3.1.1 and have my component set up like this:
<InputNumber v-model="userInput" @blur="onBlur" />
The prop looks like this:
userInput: null
And the method looks like this:
The first log returns null (when I would expect it to return the field's value) and the second log returns the correct value (I entered '2019' into the field).
Is this a bug or am I doing something wrong?
The text was updated successfully, but these errors were encountered: