-
-
Notifications
You must be signed in to change notification settings - Fork 113
[Bug] Change Search Button Type to submit for Clarity #292
Copy link
Copy link
Open
Labels
💬 talk: discussionOpen for discussions and feedbackOpen for discussions and feedback💻 aspect: codeConcerns the software code in the repositoryConcerns the software code in the repository🛠 goal: fixBug fixBug fix🟩 priority: lowLow priority and doesn't need to be rushedLow priority and doesn't need to be rushed🧹 status: ticket work requiredNeeds more details before it can be worked onNeeds more details before it can be worked on
Metadata
Metadata
Assignees
Labels
💬 talk: discussionOpen for discussions and feedbackOpen for discussions and feedback💻 aspect: codeConcerns the software code in the repositoryConcerns the software code in the repository🛠 goal: fixBug fixBug fix🟩 priority: lowLow priority and doesn't need to be rushedLow priority and doesn't need to be rushed🧹 status: ticket work requiredNeeds more details before it can be worked onNeeds more details before it can be worked on
Type
Projects
Status
Backlog
Description
The current implementation of the search feature uses a
buttonelement that does not specify a type. This can lead to inconsistent behavior across different browsers and may prevent the form from submitting correctly.Expectation
The button should be of type
submitto indicate its purpose clearly. While the form submits as expected, It is better to change the type tosubmitso as to improve code clarity and maintainability across various browsers.Environment
Resolution