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

Add attributes used in input[type=range] #38

Merged
merged 1 commit into from
Jun 3, 2013

Conversation

camspiers
Copy link
Contributor

Allows for:

<input type="range" min="0.1" max="1" step="0.01"/>

I have completed the CLA.

@petehunt
Copy link
Contributor

petehunt commented Jun 2, 2013

Change looks fine, if you can just put them in alphabetical order with the rest of the DOM properties I can merge.

@petehunt
Copy link
Contributor

petehunt commented Jun 2, 2013

Thanks @camspiers ! This is ready to go in.

I actually want to wait until @zpao is around to merge (he's the one who is working on our internal<->github stuff). src/ gets synced back and forth from our internal repo, so I don't want your pull to go in here and then somehow get overwritten when the sync happens (that way you keep attribution). @zpao knows how this works though. Thanks!

@camspiers
Copy link
Contributor Author

Sounds good :)

@zpao
Copy link
Member

zpao commented Jun 3, 2013

We're still working out the kinks but let's just merge this in and figure out the rest later. We'll never overwrite history in this repo so there will always be record of it :) Thanks Cam!

zpao added a commit that referenced this pull request Jun 3, 2013
Add attributes used in input[type=range]
@zpao zpao merged commit 99c577e into facebook:master Jun 3, 2013
@camspiers camspiers deleted the range-attributes branch June 3, 2013 21:01
bvaughn added a commit to bvaughn/react that referenced this pull request Aug 13, 2019
taneliang referenced this pull request in MLH-Fellowship/react Aug 17, 2020
Test Plan
===

1. `yarn lint`
1. `yarn flow`: Speedscope no longer has any errors (Flow type
   generation fixed in updated Speedscope fork). Works towards #38
1. `yarn test`
1. `yarn start`
taneliang referenced this pull request in MLH-Fellowship/react Aug 17, 2020
Summary
===

1. Fix some errors manually
1. Copy some updated ContextMenu code from original React sources

Resolves #38.

Test Plan
===

1. `yarn flow`: No errors
1. `yarn lint`
1. `yarn test`
1. `yarn start`: Everything still works, especially the context menu.
taneliang referenced this pull request in MLH-Fellowship/react Aug 17, 2020
Test Plan
===

1. `yarn lint`
1. `yarn flow`: Speedscope no longer has any errors (Flow type
   generation fixed in updated Speedscope fork). Works towards #38
1. `yarn test`
1. `yarn start`
taneliang referenced this pull request in MLH-Fellowship/react Aug 17, 2020
Summary
===

1. Fix some errors manually
1. Copy some updated ContextMenu code from original React sources

Resolves #38.

Test Plan
===

1. `yarn flow`: No errors
1. `yarn lint`
1. `yarn test`
1. `yarn start`: Everything still works, especially the context menu.
taneliang referenced this pull request in MLH-Fellowship/react Aug 19, 2020
Test Plan
===

1. `yarn lint`
1. `yarn flow`: Speedscope no longer has any errors (Flow type
   generation fixed in updated Speedscope fork). Works towards #38
1. `yarn test`
1. `yarn start`
taneliang referenced this pull request in MLH-Fellowship/react Aug 19, 2020
Summary
===

1. Fix some errors manually
1. Copy some updated ContextMenu code from original React sources

Resolves #38.

Test Plan
===

1. `yarn flow`: No errors
1. `yarn lint`
1. `yarn test`
1. `yarn start`: Everything still works, especially the context menu.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants