void setSelectionRange(input, int start, int end) { assert(isInputElement(input)); if (input != null) input.setSelectionRange(start, end); }