41
loading...
This website collects cookies to deliver better user experience
<div role="button" onClick={this.handleClick}
onKeyPress={this.handleClick} tabindex="0">Click me!</div>
<button onClick={this.handleClick}>Click me!</button>
<span aria-live="{{currentState}}">{{announcemetText}}</span>
<Fragment>
<label id="dataInputLabel" >{this.props.inputLabel}</label>
<input aria-labelledby="dataInputLabel"
className="form-control" id="dataInput"/>
</Fragment>