searchfield icon indicating copy to clipboard operation
searchfield copied to clipboard

Refactor the code

Open maheshj01 opened this issue 1 year ago • 0 comments

As the package is growing the code quality is severely degraedd, this issue highlights some areas of improvement

  • [ ] The code should be refactored to correctly detect taps on suggestions, Whether the tap was invoked via Keyboard or touch. Right now we only have a single method on suggestionTapped which does some repeated work such as recalculating the selected index
  • [ ] Clean way to select and highlight from suggestions and searchResults

maheshj01 avatar Jul 23 '24 16:07 maheshj01