--- title: Uncontrolled select element type: snippet tags: [components,input] cover: down-the-stream dateModified: 2020-11-25T20:46:35+02:00 --- Renders an uncontrolled `` element to set its initial value.. - Use the `onChange` event to fire the `onValueChange` callback and send the new value to the parent. - Use `Array.prototype.map()` on the `values` array to create an `