A critical vulnerability was discovered in React Server Components (Next.js). Our Systems Remain Fully Protected. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our Systems Remain Fully Protected. Learn More.
There are two drop downs. One with a list of Categories and another with a list of cities.
The city drop down should be displayed only if Category1 is selected.
The city drop down should be hidden if any other category is selected from the Categories drop down.
I am trying to write a dojo script to achieve the same by referring this article:
http://world.episerver.com/Blogs/Duong-Nguyen/Dates/2014/1/Country-Region-drop-down-lists-in-All-properties-mode/
could you please help me in this..?