Select component wierd behaviour.
Setting the 'name' attribute to the Select component applies the same 'name' value to the generated Input element.
Submitting the form both select and input values are submitted.
Any reason why the input element inherits the select element 'name' attribute?
Thanks :)
Edit: (added img example)
Inspect element example below:
