function setSelectionRange(selectionStart){
            if (typeof selectionStart !== 'number') {
              return;
            }