[SOLVED] Q-Dialog with form element inside it does not seem to work
-
I am attempting a modal on top of the layout (so that it can be accessed from any page). The modal pops up, but all you can do is click on it. None of the fields/controls are accessible. I though maybe z-index, but if so I cannot find where the conflict is.
There is a sandbox at https://codesandbox.io/s/codesandbox-app-797o1 that shows the issue. Any help is appreciated!
-
More info, this has something to do with the form element existing inside the Dialog. In the sandbox, if you comment out the form element - the Dialog works. So does anyone know if/how a form element can exist inside a Dialog?
-
Had to move the form element inside the card section and now all woks as expected.