manu144x

Results 2 comments of manu144x

I resorted to not using v-model, and using :value and @input and handling it myself. However now the issue is that the value prop is not watched, so when I'm...

I should also mention this is how my config looks like: ``` protected function databaseInit(DatabaseDefinition $database): void { // The default one needs to be fully managed here too, it...