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
Google Chrome Version 69.0.3497.100 (Official Build) (64-bit), Win10;
При появлении инпута срабатывает автофокус, но не срабатывает выделение. Но если переключить вкладку и вернуться обратно, то текст будет выделен. Также выделение срабатывает, если фокуситься вручную;
* fix(Input): add calling 'selectAll' via 'setTimeout'
facebook/react#7769Fix#1413
* test(Input): add delay(0) when testing 'selectAllOnFocus'
* refactor(Input): use 'raf' instead of 'setTimeout'
* test(Input): raise the delay time due to 'raf'
* refactor(Input): return partially previous implementation
Параметры:
<Input autoFocus selectAllOnFocus value="value" />
;The text was updated successfully, but these errors were encountered: