Thanks for the reply. However, as stated in my original post, I have tried that and still get an empty value for data.search
If I put an id on the <jqx-combo-box> element in the directive, then I am able to get the value by using data.search = $(‘#id’).jqxComboBox(‘searchString’);
However, I do not want to do that because I have two of these directives on my page.
That leads me to believe there is something wrong with the $scope or the diagnosisSettingsproperty.
Is there anything else that I can try?
Thanks so much!