rilyu / teaset

A UI library for react native, provides 20+ pure JS(ES6) components, focusing on content display and action control.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Select 有个bug

90Mark opened this issue · comments

既然区分了 value和text,
视觉看到的是text,value只是附加值,类似id之类的

那么在对比选中时,如果有实现 getItemValue,getItemText,应该在getItemText()时,
判断 getItemText(items[i], i) === value,而不是 getItemValue(items[i], i) === value
望改正
image