Data conversion based on field type on data change

Hi Team,

We have some fields with type as “integer”, but on receiving the data from backend for the same field is in String format, so when we assign new data to JSON Forms, Ajv gives validation error “should be an integer”. so we are thinking of converting data to desired type.

On investigation found that on data update which is bind to JsonForms - data, change event is triggered on form, but change event is not getting triggered for field renderer

Errr

Hi @rohan.thakare,

Can you elaborate on the problem? I don’t really understand what the issue is.

From my understanding you try to update the data handed over to JSON Forms but nothing is changing for you? If yes, please show how you update the data.