AntDesign: Conditionally show form fields
What's the easiest way to show/hide another form field based on whether another is true or false? If Field A is true, Field B should be visible. If Field B is false, Field B should have it's value set to null and be hidden.