ProgressNS / nativescript-ui-feedback

This repository is used for customer feedback regarding Telerik UI for NativeScript. The issues system here is used by customers who want to submit their feature requests or vote for existing ones.
Other
115 stars 21 forks source link

NativeScript-DataForm How can show/hide control based on another control? #1468

Open digifost opened 3 years ago

digifost commented 3 years ago

I have a dataform in Nativescript-Angular. I have a requirement wherein i want to show/hide a dataform control based on value of another control. Following is the code snippet:

`

>

`

In above snippet based on isSubCategory (true or false) , i want to show/hide the subCategoryList.

Can anybody please help me on this?