Hi, I am trying to implement Typeahead on Address Form. I have written the scripts (pageInint function) and required Jquery Typeahead plugin /libraries.
But its now working, it doesn't throw any error/exceptions. Below is the sample code
$('input[name="addr1"]').typeahead({ <My Script ...> });
When I enter any value in Address 1, it should show suggestion but its not happening. The typeahead function should capture the keystrokes.
Is there any limitation from Netsuite for handling keystrokes?