willhuang1997

Results 10 issues of willhuang1997

## 📚 Context _Please describe the project or issue background here_ - What kind of change does this PR introduce? - [ ] Bugfix - [ ] Feature - [...

## 📚 Context Looks like CircleCI broke again. This PR seems to fix things. However, I'm not sure exactly why but it seems to update the lock file. _Please describe...

## 📚 Context Integrate reresizable into the dataframe because safari, firefox, and chrome have different ui's and inconsistencies. _Please describe the project or issue background here_ - What kind of...

## 📚 Context Several Streamliters wish to limit the selections that a user can have picked for their streamlit app. - What kind of change does this PR introduce? -...

### Summary Type here a clear and concise description of the bug. Aim for 2-3 sentences. When you do ``` st.header("This is a header") ... #more stuff here such as...

bug
confirmed 🤝
P2 ⛈

Hi, This is William Huang from the Streamlit Open Source team! I am currently attempting to provide selection on charts for the Streamlit st.plotly_chart api. I noticed there are on_select...

type: bug
sev-2

## Describe your changes - Related: https://github.com/streamlit/streamlit/issues/455 - closes: https://github.com/streamlit/streamlit/issues/2263 - The e2e tests have checked in separate PRs. No need to check them. - TODOs - [x] TODO(willhuang1997): This...

feature:charts
security-assessment-completed
change:feature
impact:users

## Describe your changes - title, does it by checking the data-testid exists ## GitHub Issue Link (if applicable) ## Testing Plan - Explanation of why no additional tests are...

security-assessment-completed
impact:internal
change:chore

## Describe your changes ## GitHub Issue Link (if applicable) ## Testing Plan - Explanation of why no additional tests are needed - Unit Tests (JS and/or Python) - E2E...

security-assessment-completed
impact:internal
change:chore

Hi, currently working on Streamlit + Plotly selections! I noticed this bug that didn't seem like a bug on Streamlit's side. It seems like `onUpdate` gets called and graph gets...