import React from 'react'; import CharLimit from './decorators/CharLimit' import styled from 'styled-components' import FloatingLabel from './decorators/FloatingLabel' import Dropdown from 'react-dropdown'; const CharLimitContainer = styled.div` position: relative; ` const FlexChild = styled.div` display: block; margin-left: 2em; ` class TitleInput extends React.Component { render() { return ( ); } } class PasteInput extends React.Component { render() { return (