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
✔ BUG
<Form.Input type="password" name="password" icon="lock" iconPosition="left" label="Password" />
<div class="field"> <label>Password</label> <div class="ui left icon input"> <input type="password" name="password" placeholder="Mot-de-passe" autocomplete="off"> <i class="lock icon"></i> </div> </div>
<div class="field"> <label>Password</label> <div class="ui left icon input"> <i class="lock icon"></i> <input type="password" name="password" placeholder="Mot-de-passe" autocomplete="off"> </div> </div>
I loose Semantic-UI nice animation on focus because this Semantic css:
.ui.icon.input > input:focus ~ i.icon { opacity: 1; }
which doesn't work if icon is above and not below.
0.76.0
http://jsfiddle.net/o48pt0yf/
The text was updated successfully, but these errors were encountered:
@johnunclesam Thanks for report, I've made PR, #2302.
Sorry, something went wrong.
No branches or pull requests
✔ BUG
Steps
Expected Result
Actual Result
I loose Semantic-UI nice animation on focus because this Semantic css:
which doesn't work if icon is above and not below.
Version
0.76.0
Testcase
http://jsfiddle.net/o48pt0yf/
The text was updated successfully, but these errors were encountered: