Posts by Gabriel Almeida • 1 point
1 post
-
-1
votes0
answers4
viewsQ: Validation and rendering of a field if a particular option of the select is selected (React-Hook-Form and React-Select)
I need the user select the option "Promotions" in select, the field "Promotional price" is mandatory completion and the display his block. Here’s how I’m trying to do it: const { register,…