getkirby / kirby

Kirby's core application folder
https://getkirby.com
Other
1.32k stars 168 forks source link

[Kirby 3.8.3] Text field inside a custom `<k-form>` does not update on input #4953

Closed lukasbestle closed 1 year ago

lukasbestle commented 1 year ago

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

Screenshot of the label input in the Versions plugin

Your setup

Kirby Version

3.8.3

Console output

None

distantnative commented 1 year ago

I'll only manage to look at it in the weekend.

distantnative commented 1 year ago