We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
To Reproduce
<body class="viewport"> <div class="smart-grid-layout"> <div class="row"> <div class="col-sm-4"></div> <div class="col-sm-4"> <smart-card class="basic-card" style="width: fit-content;"> <div class="card-content" style="padding: 1% 1% 1% 1%;"> <h1 class="card-title">Sign In to SeaDev.xyz dev</h1> <div class="smart-form-row"> <form id="signInForm" onsubmit="return false;"> <div class="smart-form-row"> <label> User Name: </label> <smart-input class="underlined" form-control-name="userName" id="userName"></smart-input> </div> <div class="smart-form-row"> <label> Password: </label> <smart-password-text-box class="underlined" form-control-name="Password" id="Password"></smart-password-text-box> </div> <div class="smart-form-row submit"> <smart-button class="success" form-control-name="submit" type="submit" onClick="auth()">Submit</smart-button> </div> </form> </div> </div> </smart-card> </div> <div class="col-sm-4"></div> </div> </div> <script type="module" src="/source/modules/smart.form.js"></script> <script type="module" src="/source/modules/smart.input.js"></script> <script type="module" src="/source/modules/smart.button.js"></script> <script type="module" src="/source/modules/smart.validator.js"></script> <script type="module" src="/source/modules/smart.passwordtextbox.js"></script> <script type="module" src="/source/modules/smart.card.js"></script> </body>
Expected behavior
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
To Reproduce
Expected behavior
Screenshots
You can see the see icon rigth behind the green check (very small)
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: