You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `open` | `boolean` | Whether the snackbar is currently open.
98
98
| `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`.
100
100
| `labelText` | `string` | The text content of the label element.
101
101
| `stacked` | `boolean` | Enables the *stacked* layout (see above).
102
102
| `leading` | `boolean` | Enables the *leading* layout (see above).
0 commit comments