import React from 'react'; export default class extends React.Component { getClassName() { if (this.props.className) { return "form-search " + this.props.className; } else { return "form-search"; } } render() { /* jshint ignore:start */ return