Is there any way to record the selection done by the user to create stats? for example, the autocomplete feature gave the list ['hi', 'hello'] for 'h', I need to maintain a count for the no of times a user selected hi and no of times a user selected 'hello'. Is there any API specifically for this?