Skip to content

Commit 9ad1944

Browse files
Updated gif and added cursor pointer (post merge conflicts) (#4)
* converted component to typescript * fix project * update version and restore library name * cursor pointer for suggestion * updated gif * clean up * update version Co-authored-by: vvillait88 <vvillait88@yahoo.com>
1 parent 63fcb89 commit 9ad1944

File tree

6 files changed

+642
-579
lines changed

6 files changed

+642
-579
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
This library allows users to search the PDL Autocomplete API for valid Search API query values within a specific field along with the number of available records for each suggestion, receive autocompetion suggestions in a drop down of options, and then select a suggestion to be passed into a callback function.
1212

1313
<p align="center">
14-
<img src="https://user-images.githubusercontent.com/103519873/166407827-c554983e-4b8e-4ba7-89a9-b851167f0b47.gif"/>
14+
<img src="https://user-images.githubusercontent.com/103519873/167505702-34fc2580-1ea3-47a4-83f0-c9f5a6fb6aeb.gif"/>
1515
</p>
1616

1717
For example, a user queries the 'company' field with the text of 'goog' as a search term, and the autocomplete component will show a dropdown of options that most closely match this search, such as 'google'. The user either clicks or uses their keyboard to select 'google', and 'google' gets passed as the argument to a callback function has been passed down to this component as a prop.

0 commit comments

Comments
 (0)