Skip to content

Commit

Permalink
Add error state and fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
fredvisser committed Nov 19, 2024
1 parent 22e49f8 commit 33ff2fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Nimble table support for interactive cell editing.

### Background

- [ViD spec](https://www.figma.com/file/PO9mFOu5BCl8aJvFchEeuN/Nimble_Components?type=design&node-id=5308-156796&mode=dev)
- [Component Issue](https://github.com/ni/nimble/issues/1876)
- [Figma worksheet](https://www.figma.com/design/r2yGNQNVFdE7cBO9CyHmQx/Nimble---IxD?node-id=1221-36463)
- [Input table columns (select, text field, etc) #1190](https://github.com/ni/nimble/issues/1190)

## Usage

Expand Down Expand Up @@ -73,6 +73,10 @@ This is particularly useful for scenarios where inline editing is required, such

- When a cell has Edit focus, pressing `ESCAPE` reverts any value change and transforms it into the Cell focus state.

![Editable cell data error](./spec-images/editable-cell-error-data.png)

- When a cell has Edit focus, pressing `ENTER` validates the value, and if invalid, transforms the cell into the Cell error state.

#### Touch-Screen Devices

- The edit workflow should support touch screen devices.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 33ff2fc

Please sign in to comment.