@beisen-cmps/italent-m-user-selector

``` users={otherUsers.slice(0,1)} // array<user:{Id:number,Name:string,Email:string,UserAvatar:{ HasAvatar:boolean, Normal:string, Color:string } }> title='查看他人日程' //标题 // overPlaceholder={`最多支持查看${maxOther-1}个人哦~`} // 超出max人后的placeholder提示 (单选可以不传) // ma

Usage no npm install needed!

<script type="module">
  import beisenCmpsItalentMUserSelector from 'https://cdn.skypack.dev/@beisen-cmps/italent-m-user-selector';
</script>

README

users={otherUsers.slice(0,1)} // array<user:{Id:number,Name:string,Email:string,UserAvatar:{ HasAvatar:boolean, Normal:string, Color:string } }>
title='查看他人日程' //标题
// overPlaceholder={`最多支持查看${maxOther-1}个人哦~`} // 超出max人后的placeholder提示 (单选可以不传)
// max={maxOther} // 单选的话,可传大于1的任何数字。//最多max人 (单选可以不传)
show={canViewOther && viewOtherPopShow} //显示与否
onCancle={this.hideOtherPop} // 取消回调
onClear={this.handleClear} // 清空回调
onSure={this.handleShowOthersSchdule} // 确定回调
isSingle={true} //是否单选,默认false