Skip to content

SuperInput is missing the type prop #24

@drewry

Description

@drewry
const { label, type, value, placeholder, onChange } = this.props;

<TextField
  aria-label={label}
  label={label}
  value={value}
  placeholder={placeholder}
  onChange={onChange}
  fullWidth={true}
  margin="normal"
/>

This causes passwords to not show up as hidden like in the Login component

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions