Kristoffer

Results 76 comments of Kristoffer
trafficstars

How about a dropdown instead of a modal overlay?

@gs-akhan i will fix v2 by this week, just need to land a few things @ work

@gs-akhan can you add me as collaborator on NPM? Also activate Travis on the repo 😉 I am starting with v2 now

https://www.npmjs.com/~stoffern

added `direction (fromLeft, fromRight, fromTop, fromBottom)` and `renderButton={ currentValue => {'Current Value: ' + currentValue} }` more to come later on v2

i feed we should remove sending styles into the Select and rather let the user send custom components into it with styles.. This is for `SelectButton` and `Options`

passing it like this: ```js renderButton={ currentValue => {'Current Value: ' + currentValue} } renderOptionItem = { ({value, text, index}) => {text}} renderOptionSeperator={ data => } ```

It's a normal practise to do in React. Look at `ListView` and `FlatList` I think if you dont pass in a custom component it will just render default layout.. So...

@rostislav-simonik i am rewriting the Select totally, into v2. There will be no `setSelectText` 😉

@gs-akhan how do you want to solve the multiple select? What should the user do after he has selected multiple items in order to confirm selections?