Skip to content

dbc.FormGroup disappeared in 1.0.0b1 #695

@xhluca

Description

@xhluca

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions