appbaseio / dejavu

A Web UI for Elasticsearch and OpenSearch: Import, browse and edit data with rich filters and query views, create reference search UIs.
https://dejavu.reactivesearch.io
MIT License
8.36k stars 511 forks source link

typing non-ascii (korean) in search box (databrowser) is buggy #385

Open littlehome-eugene opened 4 years ago

littlehome-eugene commented 4 years ago

Describe the bug

when I type 한글 it is typed something like as ㅎㅏㄴㄱ-ㄹ

Dejavu Version Your version of Dejavu and how you're running it: Web, Chrome Extension or as a Docker Image. 3.4.3 running locally

To Reproduce Steps to reproduce the behavior: databrowser

type non ascii character

Expected behavior A clear and concise description of what you expected to happen.

Screenshots Screen Shot 2020-04-18 at 11 00 04 PM

Desktop (please complete the following information):

Additional context

I tried to track down where the bug is,

thought downshift might be the cause but it doesn't seem to

(I could type 한글 correctly in their sample sandbox https://codesandbox.io/s/simple-downshift-with-getrootprops-example-24s13)

Screen Shot 2020-04-18 at 11 04 24 PM

littlehome-eugene commented 4 years ago

I'd like to try newest reactivesearch with newest downshift and somehow it's hard to do that.. can you help me ?

littlehome-eugene commented 4 years ago

I made a pull request, although it fails for some reason :(

https://github.com/appbaseio/reactivesearch/pull/1423