How can I persist a selected value from a create product form?Node js

Im trying to validate a form to create a “new product”, but I need that all body info persist if somebody send the form but have errors.
The only input that I cant persist yet it’s the “select” one and its option :/
Leave the code down, if somebody can help me, i’ll really appreciate it!

Form

Validations

Route