Answer the question
In order to leave comments, you need to log in
How to select the first element from an object on first load?
There is a header, when clicked, a list of products appears
<h3 onClick={() => onShowSelectList(!showSelectList)}
className={props.className + "-select-title"}>
{selectedValue ? selectedValue : props.title}
</h3>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question