I am trying to use a modal as a popup help window. I set backdrop to \'nothing\'. When the modal is opened (without backdrop) input fields in \'original\' page cannot be foc
Please remove:
tabindex="-1"
and change the first line of the modal to
tabindex=""
This will enable focus to input fields.