Open
Description
When specifying a PropertyConverter via the "converter" property in a JSON metadata object, the convertTo and convertFrom methods are never called. It works fine when specified using markup.
This can be seen in the dataform example at https://github.com/NativeScript/nativescript-ui-samples-vue/tree/master/dataform -- the "Editors using markup" module behaves as expected, while the "Editors" module (which specifies the converter via metadata) does not.