BSd3v

Results 24 issues of BSd3v

This PR is an attempt to expose the Dash components and renderer to be utilized by JS scripts/components by bringing the `setProps` to `dash_clientside.setProps`. ## Contributor Checklist - [x] I...

This is a proof-of-concept of being able to bring your own driver to the Browser object of dash.testing and be able to utilize predefined dash_duo tests. Looking for feedback and...

feature
testing
P2
community

Hello, Would like to be able to set the tabindex of a button in a layout.

Good day, I'm trying to clear the DatePicker value upon the user clearing the typed value when using `allowFreeInput`, clearing the typed input resets to the original value, does anyone...

I was trying to style a drawer and adjust padding on the whole thing, I was unable to do so with: `style={'padding':'15px'}` `style={'padding':15}` `styles={'drawer':{'padding': '15px'}}` `styles={'drawer':{'padding': 15}}` I ended up...

implementing `callback_fallback` on `Dash` and `callback` to allow for universal error handling of callbacks. This manipulates a new variable in `_callback` `GLOBAL_CALLBACK_FALLBACK` in order to pass the configuration to all...

**Is your feature request related to a problem? Please describe.** When errors occur during callbacks on a production environment, with debug=False. This breaks the production and more than likely restarts...

added: - user groups to the OIDC flow - added the ability to pass your own login_user_callback to be able to customize the flow - restritected users as a list...

Fixes #299. * testing for grid destroyed before trying to get the state

community
fix
P2

`selenium` is encountering issues with a test: - fix the test to work with newer versions - lock selenium file to most recent working version

bug
P3
testing