Skip to content

update Readme dropdown_search 5.0.2 #463

Closed
@ricky-blip

Description

update Simple implementation

from this :

because is not working anymore

dropdownSearchDecoration: InputDecoration(
        labelText: "Menu mode",
        hintText: "country in menu mode",
),

to this :

dropdownDecoratorProps: const DropDownDecoratorProps(
      dropdownSearchDecoration: InputDecoration(
          labelText: "Menu mode",
          hintText: "Country menu mode",
      ),
 ),

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions