setTextAndSelectAll

Sets the text in this OudsPasswordInputState to text, replacing any text that was previously there, and selects all the text.

To perform more complicated edits on the text, call OudsPasswordInputState.edit. This function is equivalent to calling:

edit {
replace(0, length, text)
selectAll()
}

See also