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
device_name: Prevent focus loss when starting to edit device name.
Adding the input text child conditionally results in creating an
input group div around the input element. This results in the browser
removing the input element from the DOM and adding a new unfocused one.
0 commit comments