Skip to content

[Form] Add "range" type #11979 #12693

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

Closed
wants to merge 1 commit into from
Closed

Conversation

crevillo
Copy link

Q A
Bug fix? no
New feature? yes
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets 11979
License MIT

Here's my approach to #11979

It allows to use range field type with symfony

@crevillo
Copy link
Author

Let me know what more things are needed here. From my side, wondering if we should add a validator or something for dealing not supporting this kind of field type. They seem to present a textfield...
ping @fabpot @javiereguiluz

@crevillo
Copy link
Author

applied the patch suggested by the coding standards sniffer. didn't know you need a comma after the last pair of key vals in an array. also added pull request header in the comment.

@crevillo crevillo changed the title Implemented: [Form] Add "range" type #11979 [Form] Add "range" type #11979 Nov 29, 2014
@fabpot fabpot added the Form label Dec 7, 2014
@stof
Copy link
Member

stof commented Jan 3, 2015

2 things are missing here:

  • tests (for the form type, and for its rendering)
  • the PHP form theme update (which would have been catched by the rendering tests if they were there)

@crevillo
Copy link
Author

crevillo commented Jan 3, 2015

Ok. I will try to do them during the next hours and will ping you about.

@stof
Copy link
Member

stof commented Jan 18, 2015

@crevillo ping

@crevillo
Copy link
Author

Haven't found time. Feel free to take over

@webmozart
Copy link
Contributor

This was added in #12067. Thanks for creating the PR @crevillo!

@webmozart webmozart closed this Jun 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants