Hi! I've built a small form example:
<form method="GET">
<md-outlined-text-field
type="text"
name="name"
></md-outlined-text-field>
<md-filled-button label="Submit" type="submit"></md-filled-button>
</form>
But it does not submit in any of the following cases:
- Click the
Submit button
- Press Enter key when the text field is focused
- Press Enter key when the button is focused
I understand it's an issue related to shadow dom, but, is there a way to make this work as expected?
Hi! I've built a small form example:
But it does not submit in any of the following cases:
SubmitbuttonI understand it's an issue related to shadow dom, but, is there a way to make this work as expected?