@A1251
Nothing here yet.
Nothing here yet.
No blogs yet.
I have provided the wrong sandbox link, this should be the example: https://codesandbox.io/s/km945lzkzo The input should be focused immediately after the component re-rendered with disabled to false. In your second codesandbox, you have a delay of 100ms, which is undesirable. Furthermore, if the re-rendering took > 100ms, you might call .focus before the re-rendering happens.