Skip to content

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.
unstubbable added a commit to unstubbable/react that referenced this pull request Jan 23, 2026
This adds a 300-digit limit on BigInt values in server action arguments.

While parsing large BigInts is not as expensive as some reports suggest
(~65ms for 1 million digits rather than seconds on my machine), there's
no legitimate use case for such large values in server actions. This
limit provides defense-in-depth against potential abuse from concurrent
requests with oversized BigInts.

The 300-digit limit is generous for any practical use case since even
512-bit integers only need around 154 digits. It also aligns with the
implicit cap from the Number approximation check used in the nested
array protection.

This also updates the bound arguments error message to show the actual
count alongside the limit, matching the style of the new BigInt error.
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