// Copyright (c) 2016 Paul Jolly , all rights reserved. // Use of this document is governed by a license found in the LICENSE document. package react // SelectElem is the React element definition corresponding to the HTML component type _SelectProps struct { *BasicHTMLElement Value string `js:"value"` } // Select creates a new instance of a