Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

Type

No type

Projects

  • Status
    Backlog

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions