Hi Team,
I want to disable encoding for auto-complete renderers.
Because it is causing validation error while copy-paste.
‘cost¢er’, ‘section©’, ‘door§ion’,
We are matching beforePaste and afterPaste values and they are not matching because characters are encoded.
“cost¢er” !== “cost¢er”
Autocomplete dropdown should display “cost¢er” not “cost¢er”
Any Solution to disable this ?