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

Buttons not appearing correctly #19

Open
mcverter opened this issue Apr 23, 2020 · 4 comments
Open

Buttons not appearing correctly #19

mcverter opened this issue Apr 23, 2020 · 4 comments

Comments

@mcverter
Copy link

mcverter commented Apr 23, 2020

The buttons in the UI are tiny and have no text within them

Label is passed in as a prop
<FlatButton label="Refresh Later" primary={true} onClick={this.handleClose} />

This is acceptable in material_ui^0.20.1 but isn't being translated into a text label in the HTML output

@tcallred
Copy link

This is also happening with <Form.Button ... which is coming from react-formal. See CreateOrganization.jsx.
I'm still not entirely sure what's causing the problem but the docs for react-formal only have examples using <Form.Submit .... The props being passed to Form.Button are also causing errors.

@mcverter
Copy link
Author

mcverter commented Apr 29, 2020

Thanks for pointing that out. I have a quick fix for the issue, but will dig deeper.
42c40c7

@mcverter
Copy link
Author

mcverter commented Apr 30, 2020

@mcverter mcverter reopened this Apr 30, 2020
@mcverter
Copy link
Author

not yet merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants