useSelect - Populate Input Based on Dropdown Selection
Hi!
I have the dropdown --
the resource
I also have an <Input/> for
How could I make it so that, when the user selects a product, the <Input/> is repopulated to the new
I have the dropdown --
the resource
products also returns an associated UnitPrice value.I also have an <Input/> for
UnitPrice.How could I make it so that, when the user selects a product, the <Input/> is repopulated to the new
UnitPrice of the product?