Hi all. I have a SS2 suitelet which needs to have ...
# suitescript
d
Hi all. I have a SS2 suitelet which needs to have input focus set on the first input field on load (as it's used for barcode scan input). SS1 did this by default, but SS2 doesn't for some reason. Before I mess around adding a client script and JS to set the focus, has anyone ever found a workaround for this issue?
s
I just tried with one of mine and it does focus on the first field - are your fields inside a group? If I remove a field from the group, and it is the first rendered field in the script, the focus doesn't lock to that field, but to the first field in the group.
d
We've got suitelets with fields inside/outside groups and they all fail to set focus. Even tried in different browsers in case that made a difference, but it didn't. I've added a client script and set focus that way now, so sorted but it's annoying to have to do this. I notice there's an enhancement which I've upvoted, but presumably the 17 votes it's had won't be enough to influence Netsuite any time soon.