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

Remove deprecated fields #120

Closed
6 of 7 tasks
icebob opened this issue Feb 15, 2017 · 2 comments
Closed
6 of 7 tasks

Remove deprecated fields #120

icebob opened this issue Feb 15, 2017 · 2 comments

Comments

@icebob
Copy link
Member

icebob commented Feb 15, 2017

In v2.x version we need to remove the deprecated fields. You can use the input field with inputType property instead of them.

Deprecated fields:

  • color
    Change { type: "color" } to { type: "input", inputType: "color" }

  • email
    Change { type: "email" } to { type: "input", inputType: "email" }

  • number
    Change { type: "number" } to { type: "input", inputType: "number" }

  • password
    Change { type: "password" } to { type: "input", inputType: "password" }

  • range
    Change { type: "range" } to { type: "input", inputType: "range" }

  • text
    Change { type: "text" } to { type: "input", inputType: "text" }

  • update docs & readme

@cristijora
Copy link
Collaborator

Nice. Will keep things more simple and clear

@lionel-bijaoui
Copy link
Member

While I was moving fields around with #121, I also removed the designated fields.

@icebob icebob closed this as completed Feb 15, 2017
@icebob icebob mentioned this issue Feb 15, 2017
10 tasks
icebob added a commit that referenced this issue Feb 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants