crawlinknetworks / dropdown_plus

Simple and easy to use Dropdown in forms with search, keyboard navigation, offiline data source, remote data source and easy customization.
MIT License
12 stars 43 forks source link

If provided hintText in InputDecoration then it's not invisible when typing and searching in Mode.MENU. #14

Open Naimehossein77 opened 2 years ago

Naimehossein77 commented 2 years ago

If you give hintText then open the dropdown and type to search in list items then it's not hiding the hintText. I tried it on WEB.

Adeel-Sultan commented 2 years ago

@HASHCAPDOTCOM please solve this issue, we are facing on Web let me attach screenshot image_2022_04_20T05_24_10_558Z

Kapish26 commented 2 years ago

Give it a labelText and set floatingLabelBehavior: FloatingLabelBehavior.never, This will solve your issue