You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that when the maxlength property is not defined on an input component, JS returns a value of -1 for it, which causes computedText to be incorrect (specifically the last character is consistently missing). Wondering if anyone else has observed this behavior?
The text was updated successfully, but these errors were encountered:
Can you provide a minimal reproducible example for this bug, please? That would help figure out the problem.
I'm going to close the issue meanwhile, feel free to comment
It seems that when the maxlength property is not defined on an input component, JS returns a value of -1 for it, which causes
computedText
to be incorrect (specifically the last character is consistently missing). Wondering if anyone else has observed this behavior?The text was updated successfully, but these errors were encountered: