Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.5.3
-
iPadOS 18.11
iPad 10e generation
Description
I have three textinputs, I force the active focus to the next textinput when the lenght of the text is greater than two :
onTextEdited() {
if (month.text.length === 2)
The caret changes to the second text input but keep drawn in the first :