maheshj01 / searchfield

A highly customizable simple and easy to use flutter Widget to add a searchfield to your Flutter Application.This Widget allows you to search and select from list of suggestions.
MIT License
84 stars 63 forks source link

closing the keyboard searched text suggestions are gone after that it show from start?(i think it might be overlay issue) #187

Closed sabari7320 closed 3 days ago

sabari7320 commented 2 weeks ago

https://drive.google.com/file/d/132iZYWgLzDNMllLGyOlkA15SayzkrcZe/view

maheshj01 commented 2 weeks ago

@sabari7320 Can you add more details about the issue, This template was provided to help better investigate the issue.

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

[ ] By clicking this checkbox, I confirm I am using the latest version of the package found on [pub.dev/searchfield](https://pub.dev/packages/searchfield)

**Expected behavior**
A clear and concise description of what you expected to happen.

**Actual behavior**
What you actually saw instead of the expected behavior.

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

**Code sample**
<details>
<summary>Show code sample</summary>

```dart  
Paste minimal and complete code sample here to investigate the issue. 

Additional context Add any other context about the problem here.

sabari7320 commented 5 days ago

https://github.com/user-attachments/assets/856c902f-87fe-439d-b568-8081b752675c

could you please check this video @maheshj01 see the State field--.dropdowns(After getting a value in front then closing the keyboard it shows all values but i haven't call anything when closing the keyboard)

maheshj01 commented 3 days ago

Closing as duplicate of #190 please follow up on that issue.