I have to implement a feature like user will get the list of names and when user will type in the textfield, list should should appear with suggestions and user will pick the value. I saw autoComplete feature is there but I am not aware how to use that.
Ref:https://github.com/josdejong/jsoneditor
Kindly, help in this. Thank you
Download the library from the GitHub repository and include the necessary CSS and JavaScript files.
Create a JSON Editor instance with the desired options, including the autocomplete option set to true.
Populate the JSON Editor with data. You can do this by calling the set method on the editor instance and passing in your JSON data.