Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 5 column 16
---
title: Change sw-password-field default event
issue: NEXT-28991
author: Sebastian Seggewiß
author_email: [email protected]
author_github: @seggewiss
---
- Changed
sw-password-field
to emitupdate:value
instead ofinput
- Change event listeners from
@input="onInput"
to@update:value="onInput"