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

fix: Fixed ListView props #1986

Merged
merged 1 commit into from
May 3, 2024

Conversation

bmingles
Copy link
Contributor

@bmingles bmingles commented May 3, 2024

Wired up ListView props I missed on refactor.

@bmingles bmingles force-pushed the 1985-list-view-change-handlers branch from 9aa0a35 to a779810 Compare May 3, 2024 14:44
Comment on lines +76 to +78
selectedKeys={
selectedKeys as ListViewWrapperProps<unknown>['selectedKeys']
}
Copy link
Member

Choose a reason for hiding this comment

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

Do we have a ticket or PR with Spectrum to include boolean in their keys? Kind of annoying we need to do this casting.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We have a related one adobe/react-spectrum#6103 but not one for the types.

@bmingles bmingles merged commit 0ca3a66 into deephaven:main May 3, 2024
9 checks passed
@bmingles bmingles deleted the 1985-list-view-change-handlers branch May 3, 2024 15:08
@github-actions github-actions bot locked and limited conversation to collaborators May 3, 2024
@bmingles bmingles linked an issue May 3, 2024 that may be closed by this pull request
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ListView - wire up change handlers
2 participants