Ann Marie Ward

Results 38 issues of Ann Marie Ward

Closes #2172 Makes it so that when using `pages`, if `suppress_callback_exceptions=True` the `validation_layout` is not set.

When using `pages` to make a multi page app, one of the nice features is that it automatically validates the layout. However as pointed out in [this forum post](https://community.plotly.com/t/examples-of-multi-page-apps-with-dash-pages/66489/4?u=annmariew) it...

## Improve page navigation when `dcc.Location` is updated in a callback. Currently when dcc.Location is updated in a callback, the browser url is updated, but it does not navigate to...

It's great to see the `Clipboard` icon added to the code snippets in the docs! :confetti_ball: It's also nice to see the new documentation for `Clipboard`, however the last example...

## Geolocation The Geolocation component uses the [Geolocation API](https://developer.mozilla.org/en-US/docs/Web/API/Geolocation_API). This will cause the user's browser to ask for permission to access location data. If they accept, then the browser will...

## dcc.Timer() The new Timer component is a response to the discussion in [#857](https://github.com/plotly/dash-core-components/issues/857). `dcc.Timer` is based on the `dcc.Interval` component. It has all the functionality of `dcc.Interval` plus these...

It's great that there's now an option to generate a project that does async loading of components :confetti_ball: It would be helpful to add a short description to the `README.md`...

The purpose of this issue is to open a discussion about better ways of adding and removing attributes for html components. Currently, to be added as a prop in Dash,...

Allow for copy/paste of selected content within a cell, rather than the entire cell content. As requested [on the forum](https://community.plotly.com/t/editable-column-in-dash-data-table-does-not-suppport-paste-option/61867/12)

This PR adds features to `dcc.Loading` - adds `delay_show` and `delay_hide` props to prevent flickering when the loading spinner shows only for a short time - adds `overlay_style` prop so...