Virtual keyboard in jsonform-react for Desktop touch screen application

Hi Team,
We have less than 20 text fields dynamically render by JSON-forms. can we have an on-Click control in this JsonForms ?.
currently , I have one Event_Listener for listening the click event in that jsonform div element. but whenever i change the input in text filed via virtual keyboard, doesn’t affect the value of input element.

please refer my code.

const renderers = […materialRenderers];

{ dynamicdata = data; }} />

Hi @murugan,

If I understand correctly then your data doesn’t update when using the virtual keyboard for an input instead of using a regular keyboard?

I wasn’t able to reproduce the issue with an Ubuntu virtual keyboard. Can you give more information about the problem and whether I understood it correctly?