-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
QueryList itemRenderer prop & renderItem method (#1877)
* QueryList IItemModifiers for data about _how_ to render * refactor examples, common Film impls * revert to single object arg syntax cuz it's established and reliable * rename data => films.tsx * fix MultiSelectExample * focused => active * update Select docs * add itemRenderer.ts file with new ItemRenderer two-arg signature * move itemRenderer prop definition to QueryList itself, refactor to use new signature * renderItem method in IQueryListRendererProps gets modifiers and delegates to itemRenderer prop makes for much simpler item rendering! * update Item Renderer API docs * fix the tests * IFilm interface, better names, filmSelectProps * modifiers.filtered => modifiers.matchesPredicate
- Loading branch information
Showing
18 changed files
with
255 additions
and
396 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
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
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
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
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
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
Oops, something went wrong.
59830d5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
QueryList itemRenderer prop & renderItem method (#1877)
Preview: documentation | landing | table