ns-ui-vue-demo icon indicating copy to clipboard operation
ns-ui-vue-demo copied to clipboard

request convert small part of code from Typescript to Javascript

Open prashantnirgun opened this issue 5 years ago • 0 comments

Hi I am using Nativescript + vue but not using Typescript I am using RadDataForm and want to display the ListBox. Can you convert the bellow code to Plain Javascript

'valuesProvider': movies.map((value) => value.name), 'converter': new MovieConverter(movies),

and the relavant part in data.js

Thanks in advance.

prashantnirgun avatar Aug 22 '19 14:08 prashantnirgun