8000 Add 'form-control-range' for range input type by Oviglo · Pull Request #40422 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

Add 'form-control-range' for range input type #40422

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 13 commits into from
Closed

Add 'form-control-range' for range input type #40422

wants to merge 13 commits into from

Conversation

Oviglo
Copy link
Contributor
@Oviglo Oviglo commented Mar 9, 2021
Q A
Branch? 5.x
Bug fix? yes
New feature? no
Deprecations? no
Tickets -
License MIT
Doc PR -

Add 'form-control-range' for range input type.

@Oviglo
Copy link
Contributor Author
Oviglo commented Mar 9, 2021

I finished my 4 month old pull request: #38625
Sorry for long time.

@Oviglo Oviglo changed the title Patch 1 Add 'form-control-range' for range input type Mar 9, 2021
@carsonbot
Copy link

Hey!

Excellent, just like I would have done it.

I think @AngelFQC has recently worked with this code. Maybe they can help review this?

Cheers!

Carsonbot

@Oviglo
Copy link
Contributor Author
Oviglo commented Mar 10, 2021

Hey!

Excellent, just like I would have done it.

I think @AngelFQC has recently worked with this code. Maybe they can help review this?

Cheers!

Carsonbot

Yes there are some failed builds and I don't know to fix that (it's my first pull request)

Copy link
Contributor
@AngelFQC AngelFQC left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fails when generating trailing spaces, for example here:

Expected
-'<input type="text" id="text" name="text" disabled="disabled" required="required" readonly="readonly" maxlength="10" pattern="\d+" class="foobar form-control" data-foo="bar" value="value" />'
Actual
+'                <input type="text" id="text" name="text" disabled="disabled" required="required" readonly="readonly" maxlength="10" pattern="\d+" class="foobar form-control" data-foo="bar" value="value" />'

@AngelFQC
Copy link
Contributor

@Oviglo maybe you need follow the instructions to rebase your code according to https://symfony.com/doc/current/contributing/code/pull_requests.html#step-4-submit-your-pull-request and pass the fabbot.io check

@Oviglo
Copy link
Contributor Author
Oviglo commented Mar 15, 2021

#40472

@Oviglo Oviglo closed this Mar 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0