So I am building a drop down of Tasks.
So when I select a date and the frequency I want to hide/ not hide certain things.
So let’s day I choose the date 2nd, then I choose the frequency as “monthly”, I want the Due month drop down to hide because of the obvious logic that if it is monthly, due date month is not required.
While I have done the hide feature from elements, giving the logic to hide if monthly is chosen in frequency but it get’s permanently hidden when I choose monthly because I have not given any logic for it get back to normal if anything else is choose ( example: yearly).
What logic should I give?
Hey, got the answer.
I added the Show option after the hide option. That means if “monthly” is chosen, it will hide the “due month” but when anything else is chosen, it will again show the other options.