-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
c70d606
commit 71cd42d
Showing
9 changed files
with
48 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1155,7 +1155,7 @@ echo $this->dropdown()->renderMenu([ | |
<HtmlCode bootstrapVersion="5.1"> | ||
<div dangerouslySetInnerHTML={{ __html: `<ul class="dropdown-menu"> | ||
<li> | ||
<form action="" class="px-4 py-3" id="dropdown" method="POST" name="dropdown" role="form"> | ||
<form class="px-4 py-3" id="dropdown" method="POST" name="dropdown" role="form"> | ||
<div class="mb-3"> | ||
<label class="form-label" for="exampleDropdownFormEmail1">Email address</label> | ||
<input class="form-control" id="exampleDropdownFormEmail1" name="email" placeholder="[email protected]" type="email" value=""> | ||
|
@@ -1178,7 +1178,7 @@ echo $this->dropdown()->renderMenu([ | |
<li><a class="dropdown-item" href="#">Forgot password?</a></li> | ||
</ul> | ||
<br> | ||
<form action="" class="dropdown-menu p-4" id="dropdown" method="POST" name="dropdown" role="form"> | ||
<form class="dropdown-menu p-4" id="dropdown" method="POST" name="dropdown" role="form"> | ||
<div class="mb-3"> | ||
<label class="form-label" for="exampleDropdownFormEmail1">Email address</label> | ||
<input class="form-control" id="exampleDropdownFormEmail1" name="email" placeholder="[email protected]" type="email" value=""> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,13 +27,13 @@ import HtmlCode from "../../../src/components/HtmlCode.tsx"; | |
<input class="form-control" id="floatingPassword" name="password" placeholder="Password" type="password" value=""> | ||
<label for="floatingPassword">Password</label> | ||
</div> | ||
<form action="" id="form" method="POST" name="form" role="form"> | ||
<form id="form" method="POST" name="form" role="form"> | ||
<div class="form-floating"> | ||
<input class="form-control" id="floatingInputValue" name="emailWithValue" placeholder="[email protected]" type="email" value="[email protected]"> | ||
<label for="floatingInputValue">Input with value</label> | ||
</div> | ||
</form> | ||
<form action="" class="was-validated" id="form" method="POST" name="form" role="form"> | ||
<form class="was-validated" id="form" method="POST" name="form" role="form"> | ||
<div class="form-floating has-error"> | ||
<input class="form-control is-invalid" id="floatingInputInvalid" name="invalidEmailWithValue" placeholder="[email protected]" type="email" value="[email protected]"> | ||
<div class="invalid-feedback"></div> | ||
|
@@ -243,7 +243,7 @@ echo $this->formRow($factory->create( | |
<Tabs> | ||
<TabItem value="result" label="Result" default> | ||
<HtmlCode bootstrapVersion="5.1"> | ||
<div dangerouslySetInnerHTML={{ __html: `<form action="" id="form" method="POST" name="form" role="form"> | ||
<div dangerouslySetInnerHTML={{ __html: `<form id="form" method="POST" name="form" role="form"> | ||
<div class="g-2 row"> | ||
<div class="col-md form-floating"> | ||
<input class="form-control" id="floatingInputGrid" name="floatingInputGrid" placeholder="[email protected]" type="email" value="[email protected]"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ import HtmlCode from "../../../src/components/HtmlCode.tsx"; | |
<Tabs> | ||
<TabItem value="result" label="Result" default> | ||
<HtmlCode bootstrapVersion="5.1"> | ||
<div dangerouslySetInnerHTML={{ __html: `<form action="" id="form" method="POST" name="form" role="form"> | ||
<div dangerouslySetInnerHTML={{ __html: `<form id="form" method="POST" name="form" role="form"> | ||
<div class="mb-3"> | ||
<label class="form-label" for="exampleFormControlInput1">Email address</label> | ||
<input class="form-control" id="exampleFormControlInput1" name="email" placeholder="[email protected]" type="email" value=""> | ||
|
@@ -217,7 +217,7 @@ echo $this->formElement($element); | |
<Tabs> | ||
<TabItem value="result" label="Result" default> | ||
<HtmlCode bootstrapVersion="5.1"> | ||
<div dangerouslySetInnerHTML={{ __html: `<form action="" id="form" method="POST" name="form" role="form"> | ||
<div dangerouslySetInnerHTML={{ __html: `<form id="form" method="POST" name="form" role="form"> | ||
<div class="mb-3 row"> | ||
<label class="col-form-label col-sm-2" for="staticEmail">Email</label> | ||
<div class="col-sm-10"> | ||
|
@@ -232,7 +232,7 @@ echo $this->formElement($element); | |
</div> | ||
</form> | ||
<br> | ||
<form action="" class="align-items-center row" id="form" method="POST" name="form" role="form"> | ||
<form class="align-items-center row" id="form" method="POST" name="form" role="form"> | ||
<label class="visually-hidden" for="staticEmail2">Email</label> | ||
<div class="col-auto"> | ||
<input class="form-control-plaintext" id="staticEmail2" name="email" readonly type="email" value="[email protected]"> | ||
|
@@ -351,7 +351,7 @@ echo $this->form($factory->create([ | |
<Tabs> | ||
<TabItem value="result" label="Result" default> | ||
<HtmlCode bootstrapVersion="5.1"> | ||
<div dangerouslySetInnerHTML={{ __html: `<form action="" id="form" method="POST" name="form" role="form"> | ||
<div dangerouslySetInnerHTML={{ __html: `<form id="form" method="POST" name="form" role="form"> | ||
<div class="mb-3"> | ||
<label class="form-label" for="formFile">Default file input example</label> | ||
<input class="form-control" id="formFile" name="default-file" type="file"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.