Skip to content

Commit

Permalink
fix: Clean up search
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel.carrera committed Sep 20, 2024
1 parent cf7c288 commit 021243d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions modules/labs-react/search-form/lib/SearchForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -446,9 +446,7 @@ export class SearchForm extends React.Component<SearchFormProps, SearchFormState
grow={grow}
id={labelId}
// inputId={`input-${labelId}`}
label={inputLabel}
labelPosition={FormFieldLabelPosition.Hidden}
useFieldset={false}
aria-label={inputLabel}
isCollapsed={isCollapsed}
showForm={this.state.showForm}
height={height}
Expand All @@ -473,6 +471,7 @@ export class SearchForm extends React.Component<SearchFormProps, SearchFormState
height={height}
name="search"
autoComplete="off"
data-width="ck-formfield-width"
/>
</SearchCombobox>
</SearchField>
Expand Down

0 comments on commit 021243d

Please sign in to comment.