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

enable/disable #181

Closed szastavnyy closed 1 month ago

szastavnyy commented 1 month ago

please add enable property. the same as https://api.flutter.dev/flutter/material/InputDecoration/enabled.html thanks in advance

maheshj01 commented 1 month ago

Hey @szastavnyy enabled property is already present in Searchfield

Searchfield.enabled: Defines whether to enable the searchfield defaults to true

maheshj01 commented 1 month ago

Closing as invalid.