Skip to content

Commit

Permalink
Missing submit event
Browse files Browse the repository at this point in the history
  • Loading branch information
veeso committed Jun 8, 2021
1 parent ce72f7b commit df17b5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ Best practices:

| Event | Message | Behaviour |
|---------------------|------------|------------------------------------------------------|
| `KeyCode::Enter` | `OnSubmit` | Just returns submit event |
| `KeyCode::Down` | `OnChange` | Go to next element |
| `KeyCode::Up` | `OnChange` | Go to previous element |
| `KeyCode::PageDown` | `OnChange` | Move cursor down by defined max steps or end of node |
Expand Down

0 comments on commit df17b5a

Please sign in to comment.