dc1be2791f
## Issue - Closes "Wunder: Keyboard typing confusion" (https://discord.com/channels/362322208485277697/377895389992321064/784309720293965824) - Closes 5316: "Home and End keys not working in search box" ## New behavior Home/End key now behaves like it normally would in a typical text box, i.e.: - Brings you to the start or end position. - Adding a <Shift> key also selects the text from the current position. To select the top or bottom item in the Suggestion Popup List, use Ctrl+Home/End instead (without this change, it was just Home/End previously). ## Approach Adding the listener at the element level allows us to run it before the component's listener. |
||
---|---|---|
.. | ||
index.js | ||
view.jsx |