Re: [Dhis2-devs] how get select input value in tracker capture.

2018-01-14 Thread Nghia Nguyen
Hi Hakim, Can you try this one, let customForm = angular.element(document.querySelector("d2-custom-data-entry-form")).scope(); let (name_of_Value) = customForm.currentEvent.(put_DataElement_ID_Of_Input_field_here); On Fri, Jan 12, 2018 at 10:27 PM, DJIBRIL Hakim wrote: > Hi, > Please need help

Re: [Dhis2-devs] how get select input value in tracker capture.

2018-01-14 Thread DJIBRIL Hakim
Thank you Nghia. I will try it and get back to you! 2018-01-14 10:56 GMT+00:00 Nghia Nguyen : > Hi Hakim, > > Can you try this one, > > let customForm = angular.element(document.querySelector("d2-custom-data- > entry-form")).scope(); > let (name_of_Value) = customForm.currentEvent.(put_ > DataEle