Skip to content
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

Form fields now have a loading state #150

Merged
merged 3 commits into from
Nov 15, 2017

Conversation

snide
Copy link
Contributor

@snide snide commented Nov 14, 2017

Closes #146

Add isLoading to any text based form field to signify the input is in a loading state. This can be provided in combo with props like disabled if needed.

} from 'react';

import {
EuiCheckboxGroup,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are importing a number of things here you are not using. Not sure that it really matters all that much but thought I would mention it

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch. Hey @cjcenizal or @bevacqua. It'd be nice if our pre-commit stuff caught this kind of thing again. Was really helpful.

@snide snide merged commit c5a485f into elastic:master Nov 15, 2017
@snide snide deleted the feature/form_loading branch November 15, 2017 18:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants