Skip to content

Replace native input with Input component in search component (docs)Β #979

@antonina220590

Description

@antonina220590

πŸ“ Describe the refactoring task

In the search component replace the standard HTML <input> tag with our shared reusable <SearchInput /> component

πŸ“ Code location

Search component - src/app/docs/components/search
SearchInput reusable component - src/shared/ui/search-input

βœ… Definition of Done (DoD):

  • The <input> tag is no longer used in the search.tsx file.
  • The <Input /> component is used instead, with all necessary props (value, onChange, placeholder, etc.).
  • All functionality of the old input is preserved.

Metadata

Metadata

Labels

Type

No type

Projects

Status

Backlog

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions