Skip to content

Scroll URL inputs to the right #243

@szepeviktor

Description

@szepeviktor

Could we have a new field attribute 'scroll_right' => true that fires this JavaScript on the input field?

var foo = document.getElementById("foo");
foo.value = "http://stackoverflow.com/questions/1962168/scroll-to-the-very-right-of-a-long-text-input";
foo.focus();
foo.setSelectionRange(foo.value.length,foo.value.length);

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions