Update AutocompleteDropdownContext.tsx
fix headerOffset for suggestion list
Do you have any scenario of how to reproduce the misbehavior?
@onmotion Hi, initialValue not work if remotedataset are empty or wait typing
@AlexCernik sorry I didn't quite get how this related to the offset value
@AlexCernik sorry I didn't quite get how this related to the offset value
Sorry, in android suggestion list it appears too low. And I found the problem that if initialValue is indicated and I haven't loaded the dataset yet, initialValue isn't displayed.
Sorry, in android suggestion list it appears too low
Is it related to the notched device or any? A screenshot maybe? You can use an expo snack from the readme
initialValue is indicated and I haven't loaded the dataset yet
As the initialValue is chosen from a set of possible values, it should be a part of the dataset
@onmotion see #135. I think the ideal thing is to save initialValue regardless of whether the dataSet exists, since it must be written to perform the search and obtain that data.