We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code:
<div className="row"> <div className="col-12 col-md-6"> <Panel> <Dropdown options={[{ label: '1', value: 1}, { label: '2', value: 2}]} /> </Panel> </div> </div>
<div className="row">
<div className="col-12 col-md-6">
<Panel>
<Dropdown options={[{ label: '1', value: 1}, { label: '2', value: 2}]} />
</Panel>
</div>
The text was updated successfully, but these errors were encountered:
For 1. defect(no header) #175
7d5c358
Revert "For 1. defect(no header) #175"
78a3dd3
This reverts commit 7d5c358.
dddf26c
cagataycivici
No branches or pull requests
Code:
<div className="row">
<div className="col-12 col-md-6">
<Panel>
<Dropdown options={[{ label: '1', value: 1}, { label: '2', value: 2}]} />
</Panel>
</div>
</div>
The text was updated successfully, but these errors were encountered: