公司名称:深圳市爱思唯尔科技有限公司工作地点:广东省深圳市发布时间:2009 - 4 I 11这是我想要结果First is GooglePlacesAutocomplete and second is TextInput`第一个
mftmpeh81#
您可以使用类似这样的格式并自定义输入。
<GooglePlacesAutocomplete placeholder="Search location....." minLength={1} fetchDetails={true} styles={{ listView: {}, textInputContainer: {}, textInput: {}, }} debounce={300} />
<GooglePlacesAutocomplete
placeholder="Search location....."
minLength={1}
fetchDetails={true}
styles={{
listView: {},
textInputContainer: {},
textInput: {},
}}
debounce={300}
/>
您可以根据需要在textInput中添加样式。
textInput
1条答案
按热度按时间mftmpeh81#
您可以使用类似这样的格式并自定义输入。
您可以根据需要在
textInput
中添加样式。