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
Create disabled and loading form button.
It should be a disabled button with loading indicator.
It's not a disabled button.
0.63.5
http://codepen.io/grigy/pen/mRVmEz
The text was updated successfully, but these errors were encountered:
This is actually a dupe of #1115. Form field shorthand should pass along the disabled prop whereas they are consuming it.
disabled
Workaround, don't use the Form.Button shorthand: http://codepen.io/levithomason/pen/wgGKpz
<Form> <Form.Field> <Button loading disabled>Button</Button> </Form.Field> </Form>
Sorry, something went wrong.
I should note, this will be fixed :)
No branches or pull requests
Steps
Create disabled and loading form button.
Expected Result
It should be a disabled button with loading indicator.
Actual Result
It's not a disabled button.
Version
0.63.5
Testcase
http://codepen.io/grigy/pen/mRVmEz
The text was updated successfully, but these errors were encountered: