This removes the search input text lowercasing from the `EmojiPickerSearch` component, where it is used as the text displayed to the user. Instead, filter lowercasing is done in the `getFilteredEmojis` function to make emoji search case-insensitive. Signed-off-by: Kuruyia <github@kuruyia.net>