Skip to content

Commit

Permalink
Removed description (deephaven#2065)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Jun 12, 2024
1 parent 04de4cf commit d737df9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/code-studio/src/styleguide/Inputs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -288,13 +288,11 @@ function Inputs(): React.ReactElement {
<div className="form-group">
<h5>Input with Select</h5>
<div className="input-group">
<ComboBox description="Search actions here">{items}</ComboBox>
<ComboBox>{items}</ComboBox>
</div>
<br />
<div className="input-group">
<ComboBox description="Search actions here" isDisabled>
{items}
</ComboBox>
<ComboBox isDisabled>{items}</ComboBox>
</div>
</div>

Expand Down

0 comments on commit d737df9

Please sign in to comment.