Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(list)!: add list navigation methods (first, last, previous, next) (
#1159) Also cleans up the list example significantly (see also <#1157>) Fixes: <#1159> BREAKING CHANGE: The `List` widget now clamps the selected index to the bounds of the list when navigating with `first`, `last`, `previous`, and `next`, as well as when setting the index directly with `select`.
- Loading branch information