In a Suitelet, is it possible to change pressing t...
# suitescript
p
In a Suitelet, is it possible to change pressing the enter key to a custom function instead of submitting the form?
j
Sure, just don’t have a submit button, and make your own with inlineHTML.
a
Untitled.js
❤️ 1
🍺 2
You can also add an event listener to the submit button and use the preventDefault().
c
Dabbling in the NetSuite dark arts it appears
😂 1
😁 1
p
Thank you @alien4u!