You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Prerequisites
Description
When using the
material-ui
theme, text inputs render with theirtype
attribute incorrectly set tostring
instead oftext
.Steps to Reproduce
Expected behavior
Inputs are rendered with
type="text"
Actual behavior
Inputs are rendered with
type="string"
Version
master
The text was updated successfully, but these errors were encountered: