We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Hey there great library! Are there any plans to allow rendering the items in the options list with custom components? Or would a PR be accepted?
For example:
<ReactAutocompleteInput options={["apple", "banana"]} renderOption={opt => <Component>{opt}</Component>} />