cursorToEnd

Type:Function
Status:stable
Since:1.0.0
Platform:js
@blackbyte.sugar.js.dom.input

Place the cursor to the end of the input

Params

  1. $input*-HTMLFormElement

    The input to process

Example

import { cursorToEnd } from '@blackbyte/sugar/dom';
cursorToEnd($input);

Todo

  • testsnormal