JagandeepBrar / lunasea

Self-hosted software controller built using Flutter
https://www.lunasea.app
GNU General Public License v3.0
1.29k stars 64 forks source link

[Bug] Search still occurs despite checkbox being unchecked #782

Open shnabz opened 2 months ago

shnabz commented 2 months ago

Description:

The checkbox intended to disable the search functionality when adding items to the list is not working as expected. When the checkbox is unchecked, the system should prevent any search from being conducted. However, even with the checkbox unchecked, the search still occurs.

Steps to Reproduce:

  1. Navigate to the relevant section of the app.
  2. Uncheck the checkbox that is supposed to disable the search.
  3. Attempt to add an item to the list.

Expected Behavior:

When the checkbox is unchecked, no search should be conducted when adding an item to the list.

Actual Behavior:

The search is still performed even though the checkbox is unchecked.

Environment:

iOS 17.5.1 Version 10.2.6

Screenshots If applicable, add screenshots to help explain your problem.