mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
When typing slowly in the admin setting filter input,
we were losing characters after the debounce. This commit
changes to use native <input /> instead of the ember
<Input /> component similar to the change in
bfd6a7b86c
c.f. https://meta.discourse.org/t/settings-filter-loses-some-of-the-letters-you-entered/305201