Renderer with validation @keyup/@input

We love working with jsonforms, thanks for all the effort!
I have a question about the validation. We use the vue-vanilla renderer, which is activated on @change. However we would like to validate on every key stroke/input. Because now the error label remains until focus is lost, even though the input is already ok.
Does such a renderer already exist for Vue?

Hi @MarkTNO,

unfortunately there is no renderer set that change the value on keystroke/input. You need to implement this yourself in a custom renderer set.
However, please be aware that this could introduce performance problems - depending on the size of your form to validate.

Cheers,
Lucas