From ace857d8bf7937ffe6aaa7d4b85921e9d228e93e Mon Sep 17 00:00:00 2001 From: HeskeyBaozi Date: Thu, 6 Sep 2018 21:26:17 +0800 Subject: [PATCH] add check icon in multi select --- components/select/index.tsx | 5 +++++ components/select/style/index.less | 10 +++++----- package.json | 2 +- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/components/select/index.tsx b/components/select/index.tsx index 306966d7df..4db3f2da3d 100755 --- a/components/select/index.tsx +++ b/components/select/index.tsx @@ -182,10 +182,15 @@ export default class Select extends React.Component { ); + const menuItemSelectedIcon = ( + + ); + return (