- Issue created by @dylan donkersgoed
- @dylan-donkersgoed opened merge request.
- Status changed to Needs review
over 1 year ago 4:06pm 24 August 2023
Currently this module is only useful for redirecting the user. It cannot submit forms.
The config page says this under the "Redirect URL" field, which suggests this behaviour is intended but not implemented yet:
Field for indicating redirect URL. If empty, this field will be ignored and a form exists around the input, the form will be submitted instead.
1. Configure a click selector and input selector that target elements existing inside a form. Leave the "Redirect URL" parameter blank.
2. Navigate to a page with your form and use the voice input.
3. You will be redirected to the home page with a query parameter appended instead of the form submitting.
Make it so that if the "Redirect URL" is not populated and a form is detected the form auto-submits.
I will open an MR shortly.
Needs review
Code