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 38 searchfield issues
Sort by recently updated
recently updated
newest added

**Describe the bug** SearchField doesn't support Directions (LTR , RTL) even if you wrap it into **Directionality** widget **To Reproduce** Steps to reproduce the behavior: 1. Use this library 2....

waiting for author
in triage

../../../.pub-cache/hosted/pub.dev/searchfield-1.3.2/lib/src/input_decoration.dart:92:11: Error: The super constructor has no corresponding named parameter. super.maintainHintSize, ^ ../../../.pub-cache/hosted/pub.dev/searchfield-1.3.2/lib/src/input_decoration.dart:103:11: Error: The super constructor has no corresponding named parameter. super.hint, ^ ../../../.pub-cache/hosted/pub.dev/searchfield-1.3.2/lib/src/input_decoration.dart:206:50: Error: The getter 'maintainHintSize' isn't...

waiting for author
in triage

This PR fixes a build error when compiling for Flutter 3.32.6 or newer. The ```SearchInputDecoration``` class was incorrectly using ```super.visualDensity```, which is no longer supported in the constructor of ```InputDecoration```...

**Describe the bug** I have upgrade the package to version: searchfield-1.3.2 and when i am running the project i keep getting these errors: getter or field named 'maintainHintSize' is not...

waiting for author
in triage

**Describe the bug** When using the SearchField widget inside a scrollable page, the dropdown suggestions appear but the screen does not scroll down enough to fully show the dropdown below...

waiting for author
in triage

I encountered this bug, ``` ════════ Exception caught by widgets library ═══════════════════════════════════ The following UnsupportedError was thrown building MapLocationSelectWidget(dependencies: [InheritedCupertinoTheme, _InheritedTheme, _LocalizationsScope-[GlobalKey#50ace]], state: _MapLocationSelectWidgetState#fc789): Unsupported operation: Cannot clear an unmodifiable...

Please find the attached video. I made a vertual keyboard for touch pos machine.when I input some text to serchfield textfiled suggestion not showing. ![Image](https://github.com/user-attachments/assets/b7007025-06dd-4fff-b5a7-a01680975492)

waiting for author
in triage
review

After selecting the item from list and after coming back to the widget the list is not updating its showing all list and slected index is also not showing

waiting for author
in triage