delaneyj / datastar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow focusing at the end of a fragment

Superpat opened this issue · comments

When elements inserted / morphed into the dom are bigger than the screen, data-focus will focus on the center of the element. In some cases this is undesired. data-focus.end="" would allow us to force the focus to show the end of the element instead.

try out issues-33 branch and see if the /examples/scroll_into_view example matches your needs