-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds spec for `list_view` There is one major additions on top of what has been discussed in the picker spec. I see it as an oversight (or at least not ideal) to some extent that there's no simple way for embedded buttons to access their parent's keys easily, as far as I can tell. I suppose it's simple enough to bind item keys to button events if you're doing this in React, but I think we'll want a way to do that easily, especially with tables, because it doesn't make sense to pass a button for each item in a ticking table. The least intrusive method here is returning extra args for the item key and section key that a button is embedded in that can be ignored (using the changes implemented in #271).
- Loading branch information
1 parent
48dea18
commit bca3880
Showing
1 changed file
with
126 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters