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

Please add contextMenuBuilder field #188

Closed szastavnyy closed 6 days ago

szastavnyy commented 1 week ago

Hello. Thanks again for nice library. Please add field "contextMenuBuilder" and pass it to TextFormField inside, so we can create custom text selection menu. Thanks in advance!

maheshj01 commented 1 week ago

ref: https://api.flutter.dev/flutter/material/TextField/contextMenuBuilder.html

maheshj01 commented 6 days ago

Published in latest release.

cc: @szastavnyy

szastavnyy commented 6 days ago

have checked. works fine. thanks again !