Giter Club home page Giter Club logo

Comments (13)

pkmangukiya avatar pkmangukiya commented on August 22, 2024 10

a lot of hard work I recognized it and fixed it.
Value : this is the actual create a issue

SearchableDropdown(
 value: selectedState,      ------- // remove or comment this line
 items: stateDropdownItems,
 hint: Text('Select a State'),
 searchHint: new Text(
     'Search a State' ),
       onChanged: (value) {
             setState(() {
                selectedState = value;
               });
       },
      isExpanded: true,
  )`

from searchable_dropdown.

boungly avatar boungly commented on August 22, 2024 2

I found out that the problem happened when my class is using MediaQuery.of(context).size.---. I've fixed the problem by removing that. But I don't know the exact cause of that too.

from searchable_dropdown.

lulumeimei avatar lulumeimei commented on August 22, 2024 1

I have same issue on version 1.1.3. This problem solved after rollback to version 1.1.2

from searchable_dropdown.

boungly avatar boungly commented on August 22, 2024

UPDATE NOTE
This problem seems to happen randomly, I've tried on my iPhoneXS 13.3, the problem also happens.

++ @lcuis @icemanbsi

from searchable_dropdown.

boungly avatar boungly commented on August 22, 2024

NOTE
This is record from my iPhoneXS.

ezgif com-video-to-gif

from searchable_dropdown.

atta1234 avatar atta1234 commented on August 22, 2024

same problum ,is there any way to reset the dropdown,

from searchable_dropdown.

burakhayirli avatar burakhayirli commented on August 22, 2024

i have same issue already. İs there any body solved that problem? May you help please?

from searchable_dropdown.

rvats011990 avatar rvats011990 commented on August 22, 2024

i have same issue already. İs there any body solved that problem? May you help please?

from searchable_dropdown.

PhilDevs94 avatar PhilDevs94 commented on August 22, 2024

It seems that @boungly have the right answer but anyone can use it with MediaQuery.... ? I need it for responsive devices using larger text

from searchable_dropdown.

pkmangukiya avatar pkmangukiya commented on August 22, 2024

This is the major issue, for me this is the happening in all times and i have tried different 4 devices and its also happening in all devices.

from searchable_dropdown.

pkmangukiya avatar pkmangukiya commented on August 22, 2024

a lot of hard work I recognized it and fixed it.
Value : this is the actual create a issue

SearchableDropdown(
 value: selectedState,      ------- // remove or comment this line
 items: stateDropdownItems,
 hint: Text('Select a State'),
 searchHint: new Text(
     'Search a State' ),
       onChanged: (value) {
             setState(() {
                selectedState = value;
               });
       },
      isExpanded: true,
  )`

For solve this : #55 (comment)

from searchable_dropdown.

Alyahya-A avatar Alyahya-A commented on August 22, 2024

I have the same issue, but I found anther plugin.
It's have a lot of features (such as InputDecoration 😍), and it's look like the TextFormField(). So your UI will be the same.

I recommend you to use this amazing plugin : dropdown_search

from searchable_dropdown.

PhilTran1994 avatar PhilTran1994 commented on August 22, 2024

a lot of hard work I recognized it and fixed it.
Value : this is the actual create a issue

SearchableDropdown(
 value: selectedState,      ------- // remove or comment this line
 items: stateDropdownItems,
 hint: Text('Select a State'),
 searchHint: new Text(
     'Search a State' ),
       onChanged: (value) {
             setState(() {
                selectedState = value;
               });
       },
      isExpanded: true,
  )`

Well but if you remove this line, how can you initialize value ?

from searchable_dropdown.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.