(v-model): v-model setter function not working properly when returning a constant value
Vue version
3.4.15
Link to minimal reproduction
Steps to reproduce
just type in the provided input multiple times
What is expected?
the expected behaviour is that the setter function of the model in the define model is supposed to return the 'constant string' no matter what you type in the given input
What is actually happening?
the problem is that the input's value is set as expected only after the first character has been typed and after that it no loger sets the value to be equal to the given constant string
System Info
No response
Any additional comments?
No response