searchfield icon indicating copy to clipboard operation
searchfield copied to clipboard

A highly customizable simple and easy to use autocomplete widget to your Flutter Application.This Widget allows you to search and select from list of suggestions.

Results 27 searchfield issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** Make `onOutSideTap` close the suggestion box by default. Right now, user has to use...

easy fix
quality
P3

Get.defaultDialog( navigatorKey: navigatorKey, onWillPop: () async { setState(() { selectedValue = null; selectedTimeslot = null; dateTimeSelected.value = ""; userSelected.value = ""; }); return true; }, title: "Add a booking", radius:...

waiting for author
in triage

**Describe the bug** ``` Exception has occurred. _AssertionError ('package:flutter/src/widgets/overlay.dart': Failed assertion: line 207 pos 12: '_overlay != null': is not true.) ``` **To Reproduce** Demo video (app froze) https://github.com/user-attachments/assets/37a495e3-d1c1-4113-8c59-a02a0c671bbd Steps...

bug
P3

Proposal
severe: new feature
waiting for author
P3

This commit refactors the `SearchInputDecoration` class in `input_decoration.dart`. It adds a new property `maintainHintHeight` and updates the constructor and methods accordingly. This change improves the flexibility and customization options for...

**Describe the bug** when I input something in the searchfield, and I use key to select one suggestion, when I press Enter, onSuggestionTap and onsubmit are invoked the same time,...

bug
P3

When the Searchfield has a entered value, 1. Focus the Searchfield 2. use arrow keys to navigate suggestions expected behavior: Suggestion can be navigated with arrow keys actual behavior: Nothing...

bug
P3
review
keyboard

Steps to Reproduce 1. Search for a suggestion not present in suggestion list 2. Hit Submit using enter key 3. Delete chars in input until you see a suggestion list...

bug
P2
keyboard

**Describe the bug** When using SearchField with an external FocusNode provided, there is an exception coming from the listener attached to it. I think this is because the previously attached...

waiting for author
in triage

optional builder width can't change .it's basically take textbox width.

waiting for author
in triage