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

[Bug] Examples in src/views/Forms/RegularForms.js still incorrectly uses the "helpText" prop #228

Closed
ming-origen opened this issue Jun 11, 2020 · 1 comment · Fixed by #256
Labels
bug Something isn't working typo

Comments

@ming-origen
Copy link

ming-origen commented Jun 11, 2020

Version

1.9.0

Reproduction link

https://demos.creative-tim.com/material-dashboard-pro-react/#/admin/regular-forms

Operating System

Windows

Device

PC

Browser & Version

Firefox 77.0.1 (64-bit)

Steps to reproduce

In provided demo --> "Form Elements" --> "With Help"

What is expected?

Helper text should appear

What is actually happening?

Helper text does not show up


Solution

In CustomInput component, wrong prop "helpText" is used.
Correct prop should be "helperText"

Additional comments

@einazare
Copy link
Contributor

Hello there, @ming-origen ,

Thank you for your issue and the solution to it.
On our next update, which is set in about 3 months, we'll change the helpText to helperText.

Best,
Manu

@einazare einazare added bug Something isn't working typo labels Jun 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working typo
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants