Skip to content

Commit f2b6196

Browse files
Elliott Marquezcopybara-github
authored andcommitted
docs(snackbar): fix documentation default value
PiperOrigin-RevId: 335729122
1 parent 89d27ca commit f2b6196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/snackbar/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ attribute or property to enable this layout.
9696
| ------------------- | --------------------- |------------
9797
| `open` | `boolean` | Whether the snackbar is currently open.
9898
| `timeoutMs` | `number` | Automatic dismiss timeout in milliseconds. Value must be between `4000` and `10000` (or `-1` to disable the timeout completely) or an error will be thrown. Defaults to `5000` (5 seconds).
99-
| `closeOnEscape` | `boolean` | Whether the snackbar closes when it is focused and the user presses the ESC key. Defaults to `true`.
99+
| `closeOnEscape` | `boolean` | Whether the snackbar closes when it is focused and the user presses the ESC key. Defaults to `false`.
100100
| `labelText` | `string` | The text content of the label element.
101101
| `stacked` | `boolean` | Enables the *stacked* layout (see above).
102102
| `leading` | `boolean` | Enables the *leading* layout (see above).

0 commit comments

Comments
 (0)