-
-
Notifications
You must be signed in to change notification settings - Fork 208
Japanese IME Issue #304
Comments
That would be the fix, but it's already possible to do that on the user side and a default of Instead of changing the default value, maybe we should add a Japanese IME example. What do you think? |
make sense. |
@vvakame Would you like to add an example to the storybook? :-) |
okey, I'll try it & send PR 😸 I slept overnight and reconsidered. in react-autosuggest, they are not using I think change default settings to |
thats really helped me. thanks |
material-ui-chip-input is awesome library! thanks a lot.
so, I have some issue related Japanese IME.
Enter key has 2 means for Japanese IME user.
material-ui-chip-input can't handle pattern 2 correctly.
I think problem is maybe here
material-ui-chip-input/src/ChipInput.js
Lines 721 to 722 in 6405afa
pattern 1 and 2 have same key
'Enter'
. but keyCode is different. 13 and 229.so, I tried
newChipKeys={[]}
in my app. It's works fine (maybe...)can we remove
'Enter'
from newChipKeys?related
#160
moroshko/react-autosuggest#388
The text was updated successfully, but these errors were encountered: