<InputItem
ref = {ref => this[inputRef] = ref}
onFocus={(e)=>{
if(this[inputRef] && this[inputRef].inputRef && this[inputRef].inputRef.inputRef) {
const ref = this[inputRef].inputRef.inputRef;
ref.select && ref.select();
setTimeout(()=> {
ref.setSelectionRange && ref.setSelectionRange(0, 99999);
}, 100);
}
}}
/>