why doesn\'t \'hidden\' get added to the input tag?
class FontChooser extends React.Component { constructor(props) { super(props); this.state = { hidde
You can use inline styles to hide
Or you can use classes to hide
If you just don't want to render it
{!this.state.hidden && }