TextInput.scrollIntoView

Scroll ancestors so the text input becomes visible.

TextInput keeps its own instance of ScrollIntoViewAction, reusing it every time it is needed.

class TextInput
scrollIntoView
(
bool alignToTop = false
)

Parameters

alignToTop bool

If true, the top of the element will be aligned to the top of the scrollable area.

Meta