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
the first time the editable link is clicked, the browser screen will scroll to top. Subsequent opens of the same Editable popover won't do this.
This doesn't happen in version 0.5.1.
When we remove autoFocus from the Input element, this behaviour stops. But generally autoFocus is desirable, so it would be better to understand and cure this behaviour if possible.
It is definitely the autoFocus attribute. Other field types (which don't have autoFocus) are not affected (and they become affected by introducing autoFocus).
Can't figure out the rest, which sucks for me.
The text was updated successfully, but these errors were encountered:
It seems this commit introduced a bug related to the
autoFocus
attributeWhen an Editable:
mode="popover"
,the first time the editable link is clicked, the browser screen will scroll to top. Subsequent opens of the same Editable popover won't do this.
This doesn't happen in version 0.5.1.
When we remove
autoFocus
from the Input element, this behaviour stops. But generally autoFocus is desirable, so it would be better to understand and cure this behaviour if possible.It is definitely the
autoFocus
attribute. Other field types (which don't have autoFocus) are not affected (and they become affected by introducingautoFocus
).Can't figure out the rest, which sucks for me.
The text was updated successfully, but these errors were encountered: