-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
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
Inputmessage #139
Inputmessage #139
Conversation
@@ -72,13 +72,21 @@ export default class Forms extends React.Component { | |||
|
|||
<section className="doc-bottom-space-large"> | |||
<h3 className="doc-heading">Form Error</h3> | |||
<p>To apply, .message</p> | |||
<p>To apply to bottom, .message</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indicate it as default rather
or like this
To apply, .message (position in bottom by default)
or
not indicate the bottom
anymore
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need for this message.
After this is merged, ill work on improving its documentation 👍 |
<section className="doc-bottom-space"> | ||
<div className="form-group"> | ||
<input className="form-control -crimson" type="text" placeholder="Enter something.." /> | ||
<div className="message">Error invalid something..</div> | ||
</div> | ||
</section> | ||
|
||
<p>To apply message to top , .message .-top</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Places the message above, useful for when an overlapping element is expected (such as date picker).
LOL, you didn't commit |
Please use descriptive titles and maintain a clean commit history next time. Thanks. |
Addresses #129