I think we have another regression in Kirby 3.8.3 related to Vue event handling:
In my Versions plugin, the "Label" input (a text field) in the version creation dialog no longer updates its value prop on input. This also shows because the counter does not update either and stays at "0" (see screenshot). The issue first occurs in Kirby 3.8.3, everything works fine in Kirby 3.8.2.
text fields in normal page forms work as expected. I haven't been able to track down where the difference may be.
Expected behavior
The value prop and the counter should update on input.
Description
I think we have another regression in Kirby 3.8.3 related to Vue event handling:
In my Versions plugin, the "Label" input (a
text
field) in the version creation dialog no longer updates its value prop on input. This also shows because the counter does not update either and stays at "0" (see screenshot). The issue first occurs in Kirby 3.8.3, everything works fine in Kirby 3.8.2.text
fields in normal page forms work as expected. I haven't been able to track down where the difference may be.Expected behavior
The
value
prop and the counter should update on input.Screenshots
Your setup
Kirby Version
3.8.3
Console output
None