Ikaro Alef

Results 7 comments of Ikaro Alef

It'll be great if this solution were extended to all parts of timer.

Maybe you can use prop `itemTextStyle`.

borderBottomColor is working fine for me. Can you provide more details? By the way, do you have any tip to set the last item bottom border to transparent? Like this:...

> @gjvpaet you can add separator using propsExtractor like this: > > `propsExtractor={({value, index}) => { return (value === 'lastElement' ? {style: {}} : {style: {borderBottomColor: '#D1D1D1', borderBottomWidth: 1, paddingTop:...

> Great! but the "index" is returning _undefine_. It's working with "value" but I need to update this propsExtractor everytime I update de dropdown data or use with another dropdown...

> Yes, I'm using right now. :) can you provide an example? I'm using this but i'm having a little bug on handling errors with formik's "errors." and "touched.";

any update on this ?