This seems to happen everywhere I use it..
<h1>Mass Text</h1>
<TextComposer message={this.state.message} onChange={this._handleMessageUpdate} />
<TestPanel>
<Collapse isOpened={!this.state.text_message_approved && this.state.message.length > 0}>
<hr />
<h3>Next Step: Testing</h3>
<div className="form-group">
My Cellphone
<select className="form-control" onChange={this._handleSendTestTo} value={this.state.user_to_send_test_to}>
{ this.state.proup_team_members.map(
(team_member, index)=>(
<option value={index} key={index}>{team_member.last_name} {team_member.location.cell_phone_carrier}</option>
)
)}
</select>
</div>
<div className="form-group">
<a href="#" className="btn btn-proup-black-background-white" onClick={this._handleSendTestText}>Send Test Text</a>
</div>
</Collapse>
<Collapse isOpened={this.state.message.length > 0}>
<div className="form-group">
Text Message Looks Good On My Phone <input onChange={this._handleTextMessageApproved} className="form-control" type="checkbox" name="" />
</div>
</Collapse>
</TestPanel>
<AdvancedPanel>
<Collapse isOpened={this.state.text_message_approved}>
<h3>Next Step: Send It Out</h3>
<div className="form-group">
Advanced <input id="advanced-check" onChange={this._handleAdvancedChecked} className="form-control" type="checkbox" name="" />
</div>
<Collapse isOpened={this.state.show_advanced_panel}>
<div>
<div className="form-group">
<select className="form-control"
onChange={this._handleProviderFilter}
value={this.state.providers}>
<option value="all">All Providers</option>
<option value="tmobile">T-Mobile Only</option>
<option value="not-tmobile">All But T-Mobile</option>
</select>
</div>
<div className="form-group">
Send, Starting From ID
<input className="form-control" type="text" onChange={this._handleStartingId} value={this.state.starting_id} />
</div>
</div>
</Collapse>
</Collapse>
</AdvancedPanel>
<SendPanel>
<Collapse isOpened={this.state.text_message_approved}>
<div className="form-group">
<div><a href="#" className="btn btn-proup-black-background-white" onClick={this._handleSendMassText}>Send Mass Text</a><br /><br /></div>
<div><a href="#" className="btn btn-proup-black-background-white" onClick={this._handleCancelSending}>Cancel Sending</a></div>
</div>
</Collapse>
</SendPanel>
</div>`
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4