the focus is on the text and how to do it after the text?
<TextField
classes={{
root: cl.notesInputRoot
}}
multiline
autoFocus={true}
//inputRef={textInput}
rows={4}
value='te'
className={cl.notesInput}
variant="outlined"
onChange={handleChangeNote}
/>
You can do this using Input.setSelectionRange, part of the Range API for interacting with text selections and the text cursor: