Updated onSelectChange

This commit is contained in:
Ken Jannette
2018-04-18 11:45:28 -04:00
parent 0db4f2b5ca
commit af282cf081

View File

@@ -2,14 +2,15 @@ import React, { Component } from 'react';
class Bookshelf extends Component { class Bookshelf extends Component {
onSelectChange = () => { onSelectChange = (e) => {
console.log("onSelectChange") console.log(e.target.value)
} }
render() { render() {
const books = this.props.books const books = this.props.books
console.log(books) // console.log(books)
return ( return (