0

我想在降档搜索框组件中获得此功能

<input onfocus="this.select();" onmouseup="return false;" />

这样当用户单击搜索框时,它将选择所有文本

我尝试将其直接添加到输入元素,但它不起作用。Downshift 有一个状态减速器,我尝试在那里添加它,但它也不起作用,或者我做得不对

我猜 stateReducer 是可能的,但我不知道该怎么做

https://github.com/paypal/downshift#statereducer

4

0 回答 0