TreyWW / MyFinances

MyFinances is a web application that can help you as an individual, or team, manage your finances!
https://docs.myfinances.cloud
GNU Affero General Public License v3.0
85 stars 121 forks source link

Prevent Receipt Search Page Reload #394

Closed artkolpakov closed 1 month ago

artkolpakov commented 1 month ago

Description

Previously, pressing "Enter" keyboard key after typing a receipt search query on the receipt management dashboard caused the entire page to refresh due to default form submission behavior, leading to a confusing user experience. This PR fixes the issue by preventing the default page reload on search form submission.

Checklist

What type of PR is this?

Added/updated tests?

Related PRs, Issues etc