Select 使用 react-final-form 时文本在焦点上

Select text on focus when using react-final-form

我需要能够处理 onFocus 事件,以便在使用 react-final-form 时可以 select 文本。我尝试搜索文档,但找不到关于该主题的任何资源。有什么想法吗?

这不是 react-final-form 提供的功能。为此,您必须自己处理 onFocus 事件。

不过也没那么难。