Hi,
I am using enumerated dropdowns. The popups are working fine and the values are being returned all right.
The problem I have is when one of the values contains a special character like: '
When I select this, the value ' is getting filled into the dropdown.
For example: "aan 't" will become "aan 't". The backend does accept this value and when I reopen the form for review, the value gets filled as it should. So when I get the value directly from the backend there is no problem but when I get the value through the dropdown the problem arises.
Does anyone know how I can fix this problem?
Thx in advance,
Philip Ursi
Add a comment