<Input
ref={input => {
input.input.setSelectionRange(0, input.state.value.length); // 選中內容
input.focus(); // 設置焦點
}}
maxLength={9}
/>
