Skip to content

[Fizz] Allow dangerouslySetInnerHTML in <option>#21373

Merged
sebmarkbage merged 1 commit into
react:masterfrom
sebmarkbage:fizzoption
May 4, 2021
Merged

[Fizz] Allow dangerouslySetInnerHTML in <option>#21373
sebmarkbage merged 1 commit into
react:masterfrom
sebmarkbage:fizzoption

Conversation

@sebmarkbage

Copy link
Copy Markdown
Contributor

I didn't think this was valid because if you don't provide a value for the option, we don't know whether to select it or not. However it's arguably valid if you do provide the value attribute.

We should probably have a warning if you provide dangerouslySetInnerHTML and don't provide a value attribute though. Both server and client.

@sebmarkbage
sebmarkbage requested a review from gaearon April 28, 2021 01:45
@facebook-github-bot facebook-github-bot added React Core Team Opened by a member of the React Core Team CLA Signed labels Apr 28, 2021
@sizebot

sizebot commented Apr 28, 2021

Copy link
Copy Markdown

Comparing: 9a25916...03ad985

Critical size changes

Includes critical production bundles, as well as any change greater than 2%:

Name +/- Base Current +/- gzip Base gzip Current gzip
oss-stable/react-dom/cjs/react-dom.production.min.js = 122.76 kB 122.76 kB = 39.42 kB 39.42 kB
oss-experimental/react-dom/cjs/react-dom.production.min.js = 129.34 kB 129.34 kB = 41.51 kB 41.51 kB
facebook-www/ReactDOM-prod.classic.js = 406.92 kB 406.92 kB = 75.31 kB 75.31 kB
facebook-www/ReactDOM-prod.modern.js = 394.95 kB 394.95 kB = 73.41 kB 73.41 kB
facebook-www/ReactDOMForked-prod.classic.js = 406.92 kB 406.92 kB = 75.31 kB 75.31 kB

Significant size changes

Includes any change greater than 0.2%:

Expand to show
Name +/- Base Current +/- gzip Base gzip Current gzip
facebook-www/ReactDOMServer-prod.modern.js +0.44% 71.74 kB 72.05 kB +0.22% 14.82 kB 14.86 kB

Generated by 🚫 dangerJS against 03ad985

@sebmarkbage
sebmarkbage merged commit 442eb21 into react:master May 4, 2021
koto pushed a commit to koto/react that referenced this pull request Jun 15, 2021
mrizwanashiq pushed a commit to mrizwanashiq/react that referenced this pull request Jun 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed React Core Team Opened by a member of the React Core Team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants