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

[material-ui] Text inputs render with invalid type="string" attribute #2088

Closed
3 tasks done
dstaley opened this issue Oct 10, 2020 · 0 comments · Fixed by #2215
Closed
3 tasks done

[material-ui] Text inputs render with invalid type="string" attribute #2088

dstaley opened this issue Oct 10, 2020 · 0 comments · Fixed by #2215

Comments

@dstaley
Copy link

dstaley commented Oct 10, 2020

Prerequisites

Description

When using the material-ui theme, text inputs render with their type attribute incorrectly set to string instead of text.

Steps to Reproduce

  1. Playground link
  2. Inspect either the first name or last name text fields.

Expected behavior

Inputs are rendered with type="text"

Actual behavior

Inputs are rendered with type="string"

Version

master

@dstaley dstaley changed the title [bootstrap-4] Text inputs render with invalid type="string" attribute [material-ui] Text inputs render with invalid type="string" attribute Oct 10, 2020
mdornseif added a commit to mdornseif/react-jsonschema-form that referenced this issue Jan 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants