UNPKG

@wulperstudio/cms

Version:
5 lines 171 B
export function putCursorAtEndOfInput(inputElement) { inputElement.focus(); var length = inputElement.value.length; inputElement.setSelectionRange(length, length); }