Hello,
I have a text field and a stepper with a formatter attached. The formatter shows the values entered in the correct format, however the values written to the objects corresponding key using cocoa bindings is always the value without the formatting applied!
How can I have the cocoa bindings of an object store the value after being parsed through the formatter?
Thanks,