简体   繁体   English

带有头像 React Native 的多选下拉菜单

[英]multiple select dropdown with avatar React Native

I want to have a multi select dropdown with avatar just like this library https://github.com/logisticinfotech/react-native-contact-multi-select but this library only works for contacts and I want to have the same dropdown style and chips but for data stored in an array.我想要一个带有头像的多选下拉菜单,就像这个库https://github.com/logisticinfotech/react-native-contact-multi-select但这个库只适用于联系人,我想要有相同的下拉样式和芯片,但用于存储在阵列中的数据。 Any solutions please ?请问有什么解决办法吗?

https://github.com/Eldjotnar/react-native-autocomplete-tags give it a try may be you would get what you want to do. https://github.com/Eldjotnar/react-native-autocomplete-tags试一试可能你会得到你想要做的。 its searchable and under the wood they use flatlist which can be customized它是可搜索的,在木头下,他们使用可以定制的平面列表

https://sanusart.github.io/react-dropdown-select/ https://sanusart.github.io/react-dropdown-select/

use this package, Well documentation and live examples with code here使用这个包,这里有很好的文档和带有代码的现场示例

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何设置borderColor以响应本机元素Avatar? - How to set a borderColor to react native elements Avatar? 具有唯一选择的多选下拉菜单-React JS - Multiple select dropdown with unique selection - React JS 如何从下拉选择器 React Native 中显示和选择项目 - How to show and select items from a dropdown picker React Native React Native 自定义跨平台下拉 select 元素 - React Native custom cross-platform dropdown select element Select 下拉列表中的一个项目,并在 React native 的另一个组件中使用该值 - Select an item from dropdown and use that value in another component in React native 反应原生,select 列表中的多个项目 - React native, select multiple items from a list 在React js中使用Reactstrap从多个选择下拉列表中动态选择选项 - Dynamically Select Options From Multiple Select Dropdown With Reactstrap In React js 如何在 react-native-select-dropdown 中从 api 动态添加数据(下拉列表)? - How to dynamically add data(dropdown list) from api in react-native-select-dropdown? 从 React 中的同一个选择下拉表单字段中获取多个值 - Get multiple values from the same select dropdown form field in React 多个 select 下拉菜单,带有独特的选项选择 React JS - Multiple select dropdown with unique option selection React JS
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM