-
-
Notifications
You must be signed in to change notification settings - Fork 835
Button form attribute does not render/missing after compiled in DOM #2703
Copy link
Copy link
Closed
AnirudhJalagam/ionic-frameworkss
#2Labels
Bug: ValidatedThis PR or Issue is verified to be a bug within StencilThis PR or Issue is verified to be a bug within Stencil
Description
Stencil version:
@stencil/core@ <^1.17.3>
I'm submitting a:
[x] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://stencil-worldwide.herokuapp.com/ or https://forum.ionicframework.com/
Current behavior:


you can see the form attribute is missing after compile in DOM.
Expected behavior:
I want the form attribute to work, so i can handle multiple form submission.
Steps to reproduce:
just add form attribute in tag
Related code:
<Host style={{ all: "unset" }}>
<button
type={this.type}
style={this.buttonStyle}
class={`rm-button--button ${this.class}`}
value="Submit"
form="form1"
>
<slot></slot>
</button>
</Host>Other information:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Bug: ValidatedThis PR or Issue is verified to be a bug within StencilThis PR or Issue is verified to be a bug within Stencil