I
I
Im p3l2021-06-10 09:20:12
React
Im p3l, 2021-06-10 09:20:12

How to move cursor to the beginning of input in antdesign in IE 11?

How can I do in ant design that if the text in the input exceeds the size of the field during the Blur event on the input. Did the text in the input field go to the beginning of the entered text?
60c1ae92f071b760789592.png

import React from 'react';
import { Input } from 'antd';
const onInputEvent = (e) => {
    e.target
}
<Input
    placeholder="[email protected]"
    required
    onBlur={onInputEvent}
 />

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question