react-select:如何在 multiselect 时 selecting 一个值后保持菜单关闭?
react-select: How to keep menu closed after selecting a value when multiselect?
我希望在多 select 模式下 select 编辑一个值后关闭菜单。
这可能吗?我试过 scrollMenuIntoView={false} 和 openOnFocus={false} 但没有成功。
谢谢
/托比昂
我在另一个论坛得到了答案,
"To close the whole control, you can keep a ref to the Select and call this.refs.select.closeMenu()."
https://github.com/JedWatson/react-select/issues/1262
我希望在多 select 模式下 select 编辑一个值后关闭菜单。
这可能吗?我试过 scrollMenuIntoView={false} 和 openOnFocus={false} 但没有成功。
谢谢 /托比昂
我在另一个论坛得到了答案, "To close the whole control, you can keep a ref to the Select and call this.refs.select.closeMenu()." https://github.com/JedWatson/react-select/issues/1262