Data menu
The data menu is a bottom-right display surface for temporary or live application data. It uses the same visual style as the keybinding menu but does not accept keyboard input.
When it appears
Section titled “When it appears”The menu stays hidden while it has no rows and no supported field is focused. It appears when:
- an operation pushes data into it (for example import progress), or
- a form field with a specialized type receives focus.
What it shows
Section titled “What it shows”The menu has a title and label/value rows. Application data can be anything, such as:
Import statusRows read 128Rows imported 120Errors 3Typed-field facts
Section titled “Typed-field facts”When a specialized form field is focused, the menu shows derived facts about the input rather than the raw value:
| Field type | Facts shown |
|---|---|
| Date / time / datetime / instant | Weekday and day of year (in your timezone for instants) |
| Phone | Country, calling code, and number type |
| IBAN | Country, plus bank and branch identifiers when available |
| Domain | |
| Credit card | Card brand |
| GTIN | Format and check digit, plus a corrected value when available |
For ordinary fields (text, boolean, int, bigint, money) it shows the
field name and type instead.
Continue
Section titled “Continue”- Keybinding menu — the transient hints drawn after the data menu.
- Working with data — the form fields that drive the automatic rows.