react-native-dropdown-picker icon indicating copy to clipboard operation
react-native-dropdown-picker copied to clipboard

Multiple dropdown lag

Open yonjuukyuu opened this issue 3 years ago • 1 comments

Hi there im using alot of dropdowns (25-30) on the same screen all with diferente opens, values, setOpen, same items however for all of them, items are defined on state, they all work but they all laggy on openning and selection values works fine with 5-10 dropdowns passing that point it gets laggy anything i might be able to do here?»

Example of one: <DropDownPicker items={reportItemValues}placeholder="-" zIndex={1000} containerStyle={{height: 40, marginBottom:30, marginTop: 20}} style={{backgroundColor: '#fafafa', color: "#475AA5"}} itemStyle={{ justifyContent: 'flex-start', color: "#475AA5" }} labelStyle={{ fontSize: 14, textAlign: 'left', color: '#000' }} dropDownStyle={{backgroundColor: '#fafafa', opacity: 1}} setValue={(callback) => setFormData({...formData, reportValues24: callback(reportValues24) })} open={openReport24} value={reportValues24} setOpen={setOpenReport24} />

yonjuukyuu avatar Jun 14 '21 14:06 yonjuukyuu

i have same issue

youesei avatar Jan 10 '24 00:01 youesei