searchfield
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.
**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...
Get.defaultDialog( navigatorKey: navigatorKey, onWillPop: () async { setState(() { selectedValue = null; selectedTimeslot = null; dateTimeSelected.value = ""; userSelected.value = ""; }); return true; }, title: "Add a booking", radius:...
**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...
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,...
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...
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...
**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...
optional builder width can't change .it's basically take textbox width.