-
Notifications
You must be signed in to change notification settings - Fork 224
Closed
Description
Before opening:
Please fill out the below information as much as possible.
- dash version:
#2.0.0 - dash-bootstrap-components version:
#1.0.0b1 - components affected by bug:
dbc.FormGroup
What is happening?
When trying to use Form groups, I get the following error:
AttributeError: module 'dash_bootstrap_components' has no attribute 'FormGroup'
What should be happening?
Deprecation warning if FormGroup will be removed
Code
https://dash-bootstrap-components.opensource.faculty.ai/docs/components/form/
Error messages
Traceback (most recent call last):
File "app/index.py", line 37, in <module>
conversation_type_form = dbc.FormGroup(
AttributeError: module 'dash_bootstrap_components' has no attribute 'FormGroup'
Metadata
Metadata
Assignees
Labels
No labels