From 2836ecac95490dfb961aac764e05ced9b0414e31 Mon Sep 17 00:00:00 2001 From: vvakame Date: Wed, 22 Jan 2020 13:18:04 +0900 Subject: [PATCH] Add tips for CJK IME user --- stories/index.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/stories/index.js b/stories/index.js index 355e8d9..5e6378c 100644 --- a/stories/index.js +++ b/stories/index.js @@ -300,3 +300,17 @@ storiesOf('ChipInput', module) .add('with "filled" variant full width', () => ( )) + .add('tips for CJK IME user', () => ( +
+ +
+ add {"newChipKeys={[]}"} to property. + default is {"newChipKeys={['Enter']}"}. + prevent onChange event when IME is processing key input. +
+
+ ))