3 ms·
The search field loses keypresses on mobile. I haven’t looked at the code, but I’m assuming it uses a React-style value binding but has some synchronous process
by rafram 3mo ago
The search field loses keypresses on mobile. I haven’t looked at the code, but I’m assuming it uses a React-style value binding but has some synchronous processing before it propagates the new field value back into the state variable. That is a really terrible pattern.