Description
Vue version
3.5.13
Link to minimal reproduction
Steps to reproduce
- Click the red bar, to the right or left of the disabled buttons.
- Check the console debug output. The input should be invalid.
Optional steps: - Select any file for the file input
- Repeat steps one and 2 - this time the input should be valid.
What is expected?
The template does not show "undefined" as the value of the exposed method. When the input becomes valid, the value should change and the buttons should no longer be disabled.
What is actually happening?
The template does not update at all.
System Info
I do not know how to run this command on https://play.vuejs.org/.
Any additional comments?
We normally work with the vue-facing-decorator, so my use of the Options API is a bit messy. Sorry.
I used the Options API because that's what (I think) vue-facing-decorator is using.
The actual problem we ran into (in a non-minimal reproduction) used a computed getter for the ref. I've done both in the playground.
PS. https://new-issue.vuejs.org/?repo=vuejs/core doesn't seem to work and creating the issue just links you to https://github.com/vuejs/core/issues/new/choose without any of the data you filled in present (I had to copy-paste everything).