When editing, I want the Status Display to show the full text, but only save the character for it. If I enter Key-Value pairs in the Items of the TWebDBComboBox, the html generated is correct
The field value was 'Active' instead of the expected 'A". So, I am fixing it before doing Dataset.Post. From the user's point of view, it is now working as expected.
I would have preferred to intercept it at the REST server and fix it there.
We applied an improvement to make this behavior more logical in case name/value pairs are added to the TWebDBComboBox. Next update will have these improvements.