When you bind a data source to an AbastractField are you binding to the “value” of the field or the “internalValue” of the field?
After playing around with it, I answered my question you bind to the value of the field not the internal value. That is going to make things more difficult since I want to show one value and update the data source with another value. It looks like I am going to have use a converter to do what I want to do. Will have to start playing around with that on Monday.