Skip to content
This repository has been archived by the owner on Aug 23, 2022. It is now read-only.

Using type="email" with Control.text #814

Closed
sergiocruz opened this issue Jun 1, 2017 · 1 comment
Closed

Using type="email" with Control.text #814

sergiocruz opened this issue Jun 1, 2017 · 1 comment

Comments

@sergiocruz
Copy link

The Problem

I would like the type attribute to override the Control.

Steps to Reproduce

<Control.text type="email" /> renders <input type="text">

Expected Behavior

<Control.text type="email" /> should render <input type="email">

@sergiocruz
Copy link
Author

Btw, the docs claim that this is possible:
https://davidkpiano.github.io/react-redux-form/docs/api/Control.html

peterox pushed a commit to peterox/react-redux-form that referenced this issue Oct 26, 2017
peterox added a commit to peterox/react-redux-form that referenced this issue Oct 26, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant