I am new to the react-redux. Here I am trying to achieve the following markup
react-redux
So from Here what I achieved using the following code is ,
You need to update the style of your selects like the following lines:
const styles = { container: base => ({ ...base, flex: 1 }) }; function App() { return ( Select Technolgoy Select Component Select Job Add Remove ); }
Here a live example.