
Announcements
I have a custom SharePoint list form where I am patching data to the list whenever the Status value is changed (set a date when the specific status was set, update the Status value). I tried setting focus to the dropdown control for Status, but I get the error that the control can't have focus set to it. So I set it to the Submit button at the bottom of the page instead. It seems to set focus on the button but then immediately jumps to the top of the page. Is there any way to make it maintain focus on the card that contains the Status dropdown (or even the Submit button) after the patch completes? The Status dropdown is TabIndex 0. All the controls above it are TabIndex -1. The controls that need input from the user below the Status dropdown have incremental TabIndex values. The Submit button is the last control with a TabIndex above 0.
Thanks for any assistance!