【发布时间】:2021-05-26 13:20:09
【问题描述】:
我在 react 本机移动应用程序中使用 Autocomplete-Input 包。我正确完成了所有功能,但我面临自动完成的下拉建议列表的样式问题。当我使列表覆盖其他输入时,可触摸(建议)无法正常工作。
This is the code of the Autocomplete input
This is the style of the Autocomplete input
Here i changed the style to make the list overlaying the other inputs as shown in the next image
【问题讨论】:
标签: javascript reactjs react-native autocomplete frontend