|
@@ -152,6 +152,7 @@ class RadioDrop extends Component{
|
|
|
onBlur={this.handleEditLabel}
|
|
|
contentEditable={this.state.editable}
|
|
|
onDoubleClick={this.handledbClick}
|
|
|
+ onFocus={(e)=>{e.stopPropagation()}}
|
|
|
onClick={(e)=>this.handleShow(e,true)}
|
|
|
onkeydown={handleEnter}>
|
|
|
{value||placeholder}
|