React Native Easy Dropdown Select List

แชร์
ฝัง
  • เผยแพร่เมื่อ 31 ต.ค. 2024

ความคิดเห็น • 373

  • @lindomagaye8729
    @lindomagaye8729 2 ปีที่แล้ว +10

    This is some really good work you did here mate. I just advised my team to use your package instead of material and picker. Well done, you also gained a new subscriber.

  • @th3j0t46
    @th3j0t46 ปีที่แล้ว +2

    My team is now using this since it is the only dropdown package I found which works properly with react native's modals and it is beautiful and easily costumizable.
    Thanks a lot for your effort and your work. Great job!

  • @raymondmichael4987
    @raymondmichael4987 2 ปีที่แล้ว +1

    With this level of commitment you have, this package will be very useful . Because you read, listen and respond to comments.
    God bless

  • @sofiarosso3384
    @sofiarosso3384 2 ปีที่แล้ว +1

    This package is very great!
    It has been a week now have been looking for a good select dropdown
    It has really helped me thanks

  • @damilolaogunboyejo474
    @damilolaogunboyejo474 ปีที่แล้ว +2

    Really a piece of cake man, thanks for the energy involve in this work, it is really useful

  • @sanmarchen
    @sanmarchen 11 หลายเดือนก่อน +1

    Brother, how you felt my pain. thank you so much!

  • @kolumronald7251
    @kolumronald7251 2 ปีที่แล้ว +1

    Great job man! , I have been searching for a solution to this for hours, and thank God I got here. It works really good. If you just add the autoclose when one clicks outside the dropdown, it will be perfect. Thank you for your good work.

    • @danishamindar
      @danishamindar  2 ปีที่แล้ว

      Sure , will definitely implement that

    • @danishamindar
      @danishamindar  2 ปีที่แล้ว

      do subscribe

    • @kolumronald7251
      @kolumronald7251 2 ปีที่แล้ว +1

      That's the first thing I did, before I even commented.

    • @danishamindar
      @danishamindar  2 ปีที่แล้ว

      Thanks for your support

  • @Kalllyyy18
    @Kalllyyy18 2 ปีที่แล้ว +1

    Congrats ! I started right before covid when the recession Nice tutorialt. I held those stocks and made a killing. I bought dividend stocks and made a

  • @tiagolinares9911
    @tiagolinares9911 11 หลายเดือนก่อน +1

    is there a way to make the dropdown box stay on top of other views( in a z-Index) instead of pushing them down?

  • @StuartRidout
    @StuartRidout ปีที่แล้ว +2

    This is awesome. Is it possible to reset a drop down box so it is no longer selected e.g. reset form

  • @gaabbriell
    @gaabbriell ปีที่แล้ว +1

    Hi Danish, this package is insane, thanks for the help man!

    • @danishamindar
      @danishamindar  ปีที่แล้ว +1

      Thanks for your feedback 🎈

    • @gaabbriell
      @gaabbriell ปีที่แล้ว +1

      @@danishamindar Hey man, sorry for bothering you, but it is possible to generate like 250 numbers and use them with the dropdown?

    • @danishamindar
      @danishamindar  ปีที่แล้ว +1

      @@gaabbriell Yes 250 will be alright

  • @raymondmichael4987
    @raymondmichael4987 2 ปีที่แล้ว

    Finally a library that does it clearly.
    Thanks buddy I’ll star and watch this on github.
    Subed already.
    Greetings from Tanzania 🇹🇿

  • @ashanmadushanka4265
    @ashanmadushanka4265 ปีที่แล้ว

    Thanks a lot my brother. This is most significant for me ❤ keep it up your tutorials ❤

  • @sjtrader1363
    @sjtrader1363 2 ปีที่แล้ว +4

    How to make dependant drop down lists with this package? like country selected in one list and we have option for cities in next select field. changing the country changes list of cities. please make a video on that. there is no such video on TH-cam.

  • @smonnore7777
    @smonnore7777 2 ปีที่แล้ว +1

    Thank you so much I’m making soft so fast now back then I was confused, thanks

  • @HZN2502
    @HZN2502 3 หลายเดือนก่อน +1

    Sick package, is there a way to select an item in the code? if not how do I deal with deleting the selected item?

  • @frasatalibasra2023
    @frasatalibasra2023 ปีที่แล้ว +1

    Thanks a lot for your effort and your work. Great job ❤

  • @filincowsky
    @filincowsky ปีที่แล้ว

    Very neat and easy to use library, congrats. The only thing I miss here is a style for the selected item in the dropdown list

    • @danishamindar
      @danishamindar  ปีที่แล้ว +1

      Good tip! will implement it in next release

  • @taoyang7302
    @taoyang7302 ปีที่แล้ว +1

    thx man, Iv also tried lots of pickers, your picker is the best one

    • @danishamindar
      @danishamindar  ปีที่แล้ว

      Thanks 🎈

    • @taoyang7302
      @taoyang7302 ปีที่แล้ว +1

      @@danishamindar and may i ask how to reset the picker after i select some option and finish the trigger function?

    • @danishamindar
      @danishamindar  ปีที่แล้ว +1

      const [ test, setTest ] = useState('');
      setSelected={ (val) => {
      yourAction();
      setTest('')
      }}

    • @taoyang7302
      @taoyang7302 ปีที่แล้ว

      @@danishamindar Hi I tested it, in yourAction(), I have some alerts and user need to choose the next move. It seems like setTest('') executes at the same time with yourAction(), and finishes before user can choose anything.
      is there anyway to make it run after yourAction() is finished?
      also, I dont quite understand why setting a useState variable can change the status of the picker. I tried setting setTest('') with another button, but the picker did not get reset.
      thank u for the time, for im asking quite some noob questions.

    • @taoyang7302
      @taoyang7302 ปีที่แล้ว

      @@danishamindar I checked the document again, should I put yourAction() in onSelect, and the reset function setTest('') in setSetSelected?

  • @Roqeebakindele
    @Roqeebakindele 5 หลายเดือนก่อน

    You're the best bro, one love man

  • @davidfeldt1362
    @davidfeldt1362 ปีที่แล้ว +1

    Love this library ... Great job! Thanks for creating it. It's the best one I've seen. One question: When I use dropdownStyles to set height of dropdown it doesn't seem to change the default height. Any ideas?

    • @davidfeldt1362
      @davidfeldt1362 ปีที่แล้ว

      Nevermind, I used maxHeight prop.

    • @danishamindar
      @danishamindar  ปีที่แล้ว

      There is a separate prop for maxHeight

  • @samanthadan7516
    @samanthadan7516 2 ปีที่แล้ว +2

    Just tested out, working smoothly

  • @ottoenginio3559
    @ottoenginio3559 ปีที่แล้ว +1

    hi @Danish great work. Is there a support for styling for box after the item is selected. For me its occupying the maximum width.

  • @JoyceOliveira-gd6ep
    @JoyceOliveira-gd6ep 2 ปีที่แล้ว +2

    Wow, your work is amazing, I started using it and found the lib very good, congratulations! 🎉😁
    But I have a question, don't you have a property to select multiple items?

    • @danishamindar
      @danishamindar  2 ปีที่แล้ว +2

      Yes , Update will be rolled out tonight

    • @JoyceOliveira-gd6ep
      @JoyceOliveira-gd6ep 2 ปีที่แล้ว +1

      @@danishamindar Wooow Amazing again!!! Thanks for answered, and soo fast. I look forward to the release of this new version, and congratulations again. 😁🙌

    • @evalaviniabucur1789
      @evalaviniabucur1789 2 ปีที่แล้ว

      @@danishamindar, hello! First of all, I want to congratulate you on this incredible package! Great job! Second, I see that you were asked about the multiple selections and you said (6 days ago) that an update regarding this feature will be rolled out that night. However, I looked at your versions and the last version you rolled out appears to be 1.0.23 (18 days ago from when I'm writing this comment). Does your package currently support multiple selections? If it does, can you tell me how I could achieve that behaviour? Thank you in advance and keep up the good work!

    • @danishamindar
      @danishamindar  2 ปีที่แล้ว +1

      v2 is available now

  • @gohsenfai7462
    @gohsenfai7462 2 ปีที่แล้ว +3

    Hi, I tried implement inside a component and have a pressable below it, but when I expand the dropdown, it force the pressable go below dropdown instead of covering it

    • @danishamindar
      @danishamindar  2 ปีที่แล้ว +1

      Because its not absolute positioned , it will not go over any view

    • @j0s3805
      @j0s3805 ปีที่แล้ว

      @@danishamindar Bro, sorry to bother again, but I have the same question, wich of the style props do i need to use to put the absolute position?

    • @j0s3805
      @j0s3805 ปีที่แล้ว

      I also try wraping the component in a View with absolute position but didnt work

    • @danishamindar
      @danishamindar  ปีที่แล้ว

      @@j0s3805 boxStyles

    • @j0s3805
      @j0s3805 ปีที่แล้ว

      @@danishamindar I did it and still push my text on the top :/

  • @PikachuUsedSplash
    @PikachuUsedSplash 2 ปีที่แล้ว +1

    Great video man! Thanks for making this!!
    This might be a dumb question.. How can I load a local image into the arrowicon prop?

  • @ObiObialo-q2u
    @ObiObialo-q2u ปีที่แล้ว

    Thank you for making this! Is there a way to clear the selected/selected items after selecting them? For example, you want to reset the dropdown to its initial state

  • @robertasaservice
    @robertasaservice 2 ปีที่แล้ว +1

    It's amazing my friend. Great job!

  • @mikegerardsuico2511
    @mikegerardsuico2511 ปีที่แล้ว +1

    It is possible to maintain the selected value after changing screen then back to the screen with that SelectList?

  • @j0s3805
    @j0s3805 2 ปีที่แล้ว +2

    Hi, thanks for the component, How can I put the value of the selected option in another variable?

    • @danishamindar
      @danishamindar  2 ปีที่แล้ว +2

      setSelected={ (val) => do any thing with this val }

    • @danishamindar
      @danishamindar  2 ปีที่แล้ว

      For Multiple Select List Watch This th-cam.com/video/3H_HEBrbkLs/w-d-xo.html

    • @j0s3805
      @j0s3805 2 ปีที่แล้ว

      @@danishamindar Do I need to install the last version of the component?

    • @j0s3805
      @j0s3805 2 ปีที่แล้ว

      I'm using the component inside a Formik component, I'm trying to put the the selected value on a Initial Value but its bugged :/

    • @j0s3805
      @j0s3805 2 ปีที่แล้ว

      Can I share my code?

  • @waitwhoiam1596
    @waitwhoiam1596 2 ปีที่แล้ว +1

    Good video and very good package, thank man !

  • @TheCornerHub
    @TheCornerHub 2 ปีที่แล้ว +1

    Thank you for this video, it was very informative.

  • @dwabuluka
    @dwabuluka ปีที่แล้ว

    Hello, great work. A question, how do i align the arrow icon to the left instead of the default right position?

  • @greengraphicx6101
    @greengraphicx6101 ปีที่แล้ว +1

    very very helpful, i love it. i use it.

  • @lrajoo11
    @lrajoo11 ปีที่แล้ว

    so nice, thank you so much for this. Can I check if there is a way to decrease the padding of this drop down menu?

  • @DhivakarS-x8i
    @DhivakarS-x8i 2 หลายเดือนก่อน

    thank you so much it is really amazing package

  • @roshanrazzadhikary
    @roshanrazzadhikary 2 ปีที่แล้ว +1

    Well done with the package, that is excatly what I am looking for. Thanks man for supporting the community.
    I have a question do we have option to disable search.

    • @danishamindar
      @danishamindar  2 ปีที่แล้ว

      Currently it doesn't, but if you want i can provide this functionality in next update, which i will release later tonight

    • @danishamindar
      @danishamindar  2 ปีที่แล้ว

      I have published the update, you can now update the package and after that set search={false} to remove search functionality

    • @roshanrazzadhikary
      @roshanrazzadhikary 2 ปีที่แล้ว

      Clearly legend you are. Thanks helped a lot

    • @danishamindar
      @danishamindar  2 ปีที่แล้ว +1

      Happy to help 👍, please do subscribe

  • @jaissonbassanesi7703
    @jaissonbassanesi7703 2 ปีที่แล้ว +1

    Thank you very very much, this helped me a lot.

  • @anasssbai136
    @anasssbai136 2 ปีที่แล้ว +1

    This list is so amazing, what a time saver thank you
    A quick question can you leave the list without selecting an item?

    • @danishamindar
      @danishamindar  2 ปีที่แล้ว +1

      Yes , in new version 1.0.23 you can do it by pressing close icon

    • @anasssbai136
      @anasssbai136 2 ปีที่แล้ว +1

      Than you so much

    • @danishamindar
      @danishamindar  2 ปีที่แล้ว +1

      Happy to help 🎈

  • @metalnep
    @metalnep ปีที่แล้ว +1

    Hey Danish, I think the SelectList looks wonderful. There's just one thing I have not been able to figure out. Is it possible to programatically set the selected item and have the UI update to reflect that?

  • @kennystevens707
    @kennystevens707 2 ปีที่แล้ว +1

    This is great. Thanks for this! 🥳

  • @soundtuition
    @soundtuition ปีที่แล้ว

    Hei. Great drip down thank you. How do you make the drop down open with the current select value in the middle of the list? For example if you have ten things in the drop down and select number 9. When you open the drop down again if you wanted to select number 10 then you have to scroll because the list opens at number one, rather than putting the previously selected 9 in the middle for example and then it would be easy to select 10. Or 8. Hope the question makes sense. Warm wishes

  • @jimenakatu1178
    @jimenakatu1178 ปีที่แล้ว

    Thank you! really usefull, i have a question I am trying to chenge a state dependind if the list is focused or not, like this
    setIsFocused(true)}
    onBlur={() => setIsFocused(false)}
    />
    it would need a new implementation or I am doing it wrong?
    I am already suscribed :)

    • @danishamindar
      @danishamindar  ปีที่แล้ว +1

      Actually there is no such thing like blur and focus for selectlists but there is prop named dropdownShow which controls on and off state of dropdown

    • @jimenakatu1178
      @jimenakatu1178 ปีที่แล้ว

      @@danishamindar thank for the fast answer, what I whant to do is change boxStyles styles when I am looking the options, is there a way to use "dropdownShow " for that?

    • @danishamindar
      @danishamindar  ปีที่แล้ว +1

      What you can do is store the boolean in a state variable and pass it to dropdownShown and pass conditional styles to boxStyles

    • @jimenakatu1178
      @jimenakatu1178 ปีที่แล้ว

      @@danishamindar thankyouu I will try that

    • @danishamindar
      @danishamindar  ปีที่แล้ว

      @@jimenakatu1178 if u require my help, im here

  • @lauraridpath9805
    @lauraridpath9805 2 ปีที่แล้ว

    Thank you, this was super helpful! Is there an option to disable selection for one of the values in the list?

    • @danishamindar
      @danishamindar  2 ปีที่แล้ว

      Do you mean a disabled dropdown option

    • @lauraridpath9805
      @lauraridpath9805 2 ปีที่แล้ว +2

      @@danishamindar So that one of the options in the drop down in grey-ed out and cannot be selected. For example, if an item is out of stock and we need to prevent the user from selecting it. Thank you!

  • @user-fc8eq9em3d
    @user-fc8eq9em3d ปีที่แล้ว

    @Danish Thanks for your great work! I have a question here: Is there a event to tell us that the dropdown is opened ? Thank you!

    • @danishamindar
      @danishamindar  ปีที่แล้ว +2

      You can actually take the full control of its open/close state and functions yourself,.
      You just have to pass a prop dropdownShow={false} and control that with a state variable and trigger your functions when the state changes

    • @danishamindar
      @danishamindar  ปีที่แล้ว +2

      If it sounds complicated reply back so i can give you an easy example

  • @fernandoleao110
    @fernandoleao110 2 ปีที่แล้ว +1

    Great Work man... How can I reset to initial state with the value of placeholder ?

  • @SohaibRomy
    @SohaibRomy 3 วันที่ผ่านมา

    The defaultOptions of MultipleSelectList not work

  • @Design_no
    @Design_no ปีที่แล้ว +1

    Nice work, thank you. 👍

  • @chippandenga6722
    @chippandenga6722 ปีที่แล้ว +1

    How do you set up the initial selected value if you prefer to set the default value. I can get it to make a new selection but cannot get it to display the "currently set selection"????

    • @HalconWeb
      @HalconWeb 2 หลายเดือนก่อน

      I have the same problem, I'm going to change libraries

  • @manavsharma3049
    @manavsharma3049 ปีที่แล้ว

    This is really cool. I have one suggestion. If the item we are searching for is not in the dropdown list, it should have an option to call a function or provide a functionality of onChange. I didn't find anything similar to this in the documentation. In case I missed it in the documnentaion, please let me know. Otherwise awesome implementation.

    • @danishamindar
      @danishamindar  ปีที่แล้ว

      What do you expect that function to do?

    • @DevRSC
      @DevRSC ปีที่แล้ว +1

      @@danishamindar I believe what manavsharma is suggesting is that if the dropdown lists are empty or null after a user's search, a function should be called to add the searched text to the object, so that it can be included.

    • @danishamindar
      @danishamindar  ปีที่แล้ว +1

      Do you think that will be useful ?

    • @DevRSC
      @DevRSC ปีที่แล้ว +1

      ​@@danishamindar Yes, I think that suggestion would be helpful, especially for users who have custom inputs that don't exist on a list, like specific interests. This would allow them to add their desired inputs to the object, which would improve the overall user experience.

    • @manavsharma3049
      @manavsharma3049 ปีที่แล้ว +1

      @@DevRSC This is what I want in my case. But generally a function should be there to be called when a value is selected. Leave it to programmer what he/she wants to perform in that callback function.

  • @lfm_00
    @lfm_00 8 หลายเดือนก่อน

    could you add the possibility of changing the slide down/up animation speed, and pass an icon when the dropwdown is open and another one when the dropwdown is closed?
    how can i check if dropwdown is closed or when it is open?

  • @skdev2062
    @skdev2062 2 ปีที่แล้ว +2

    Hello, Danish! Thank you, I like it so much! Is it possible also add a prop, that can change "No data found" text?

    • @danishamindar
      @danishamindar  2 ปีที่แล้ว

      Thanks for raising this question, Its already implemented but will be available in new version which will be rolled out on friday.

    • @m__link6499
      @m__link6499 2 ปีที่แล้ว

      @@danishamindar Hi Danish, this librairy save my life...but still 3 more options needed : 1 - the way of changing the text "search" and maybe the icone, 2 - the way of changing the text no data found, 3 - implementing the autoclose, 4 - maybe put a z-index on this select list which allow us to avoid pushing down the rest of the content. Is there a link where we can found the complete documentation? does the new version already release? Thank you dude.

    • @danishamindar
      @danishamindar  2 ปีที่แล้ว

      @@m__link6499 new update coming with all these functionalities may be tonight

    • @m__link6499
      @m__link6499 2 ปีที่แล้ว

      @@danishamindar oh my god…..How should we inform ? Where could we check the update?

    • @danishamindar
      @danishamindar  2 ปีที่แล้ว

      v2 is available now

  • @emekaitegbe2694
    @emekaitegbe2694 2 ปีที่แล้ว +1

    @Danish Amin great work. I have a question could you make the schema flexible meaning since data we pass might not match the names can define a prop where we match schema names. For example schema{{key: 'assignedPropertyA, value: 'assignedPropertyB}}? . This gives users to match the properties to key and value fields.

  • @omaralaufi4865
    @omaralaufi4865 2 ปีที่แล้ว +1

    Keep it up , good practice . How to change the border color of the drop down?

    • @danishamindar
      @danishamindar  2 ปีที่แล้ว +1

      dropdownStyles={{borderColor:'red'}}

  • @giusepperavida3533
    @giusepperavida3533 ปีที่แล้ว

    Thank you for your awesome work!👏 Just a question: how to handle a very very long list of items? Is there some lazy loading? Right now it crash.😅 Thank you

    • @danishamindar
      @danishamindar  ปีที่แล้ว +1

      How many ?

    • @giusepperavida3533
      @giusepperavida3533 ปีที่แล้ว

      @@danishamindar well…thousands. Suppose a list of municipalities of a country, for example

    • @danishamindar
      @danishamindar  ปีที่แล้ว +1

      @@giusepperavida3533 these components rely on scrollview and lazy loading 50 or 60 per api call is not efficient in that, FlatList needs to be used , so this package won't perform the expected behaviour , i can help you out but that will be a paid task

  • @mkrokocki
    @mkrokocki 2 ปีที่แล้ว +3

    Hi Danish,
    well deserved sub, great package, thanks!
    I have a question:
    Is there a way to replace "search" text after click? I would like to adjust it to my language :)
    Also, since there is no "out of focus" functionality that automatically closes the list, I added a dummy value as a first option, user can then choose it and the list will close. It has the same value as placeholder. It's not perfect, but it's ok for now. Maybe someone will use this workaround.
    Anyway, thanks again, great work, super easy to use.

    • @danishamindar
      @danishamindar  2 ปีที่แล้ว +1

      Will publish an update soon which will give you option to change search text and will implement autoclose on click outside the dropdown,
      Thanks for raising these questions 👍

    • @luukieuduy3586
      @luukieuduy3586 2 ปีที่แล้ว +1

      @@danishamindar have you done this yet? (implement autoclose on click outside the dropdown)

    • @darinkaquinones4643
      @darinkaquinones4643 2 ปีที่แล้ว +1

      hello! could you upload your code to be able to close automatically, please?

    • @danishamindar
      @danishamindar  2 ปีที่แล้ว

      @@darinkaquinones4643 please wait for a day, new update will be available soon

    • @darinkaquinones4643
      @darinkaquinones4643 2 ปีที่แล้ว +1

      ​@@danishamindar thanks! but this thursday I should present my project jajaj don't worry

  • @oscar14011
    @oscar14011 9 หลายเดือนก่อน

    Is there an onPress flag? How could I check if the dropdown is open or not, I understand the onSelect, but I don't see a way to know if the list was opened or not, this could be useful for dynamic icons when checking if the list is open or not

  • @alisherkhan8851
    @alisherkhan8851 2 ปีที่แล้ว +1

    AoA man, it's really helpfull and easy, but am newbie here also, I wanna know if I select the dropdown it show appear over the view box that its lower to this view. (maybe i didn't explain my question in best way,,,,,)

    • @danishamindar
      @danishamindar  2 ปีที่แล้ว

      It will not get over that, it will adjust its height in animated way

    • @alisherkhan8851
      @alisherkhan8851 2 ปีที่แล้ว +1

      @@danishamindar used zIndex..

    • @alisherkhan8851
      @alisherkhan8851 2 ปีที่แล้ว

      nd what if i wanted to highlight or give different color to selected option?

    • @danishamindar
      @danishamindar  2 ปีที่แล้ว

      dropdownItemStyles

    • @alisherkhan8851
      @alisherkhan8851 2 ปีที่แล้ว

      @@danishamindar only selected not to all, i used this style

  • @vincenteliezer
    @vincenteliezer ปีที่แล้ว

    Thank you for this Danish🔥

  • @pratikvernekar2601
    @pratikvernekar2601 2 ปีที่แล้ว +1

    This video was totally helpfull

  • @basit3358
    @basit3358 8 หลายเดือนก่อน

    Hey there! I'm using this component in my react native app. I want to close the dropdown whenever I move to another screen and set it to its placeholder value. Is there any way to do this? Please let me know, it would be a great help to me, Thanks

  • @shannexthedestroyer4037
    @shannexthedestroyer4037 10 หลายเดือนก่อน +1

    great video, how do i get rid of the side arrow?

    • @danishamindar
      @danishamindar  10 หลายเดือนก่อน +1

      Try passing empty fragment to arrowicon
      arrowicon={}

    • @shannexthedestroyer4037
      @shannexthedestroyer4037 10 หลายเดือนก่อน +1

      @@danishamindar thanks! I ended up doing and that worked

  • @たっさん-q6h
    @たっさん-q6h 6 หลายเดือนก่อน

    openとcloseの速度を上げたいのですが、どうすれば良いでしょうか

  • @SucroseTV
    @SucroseTV ปีที่แล้ว +1

    very good work, could you add the option to disable search

    • @danishamindar
      @danishamindar  ปีที่แล้ว

      Its already there

    • @danishamindar
      @danishamindar  ปีที่แล้ว

      search={false}

    • @SucroseTV
      @SucroseTV ปีที่แล้ว +1

      @@danishamindar ah I was just about to come back to update the comment after looking at the examples. Great job, This needs to replace the community picker 😁

  • @edward-rn1nt
    @edward-rn1nt 2 ปีที่แล้ว +1

    Hello, how would i go about changing so the dropdown menu doesnt affect other elements (move them) but just goes on top of elements?

  • @codeevangelist
    @codeevangelist ปีที่แล้ว +1

    Can we hightlight the selected ITEM ??
    It would be amazing.

    • @danishamindar
      @danishamindar  ปีที่แล้ว +2

      You can't yet, but your idea is good, i will implement it in upcoming version

  • @javieralonsoalvearjara100
    @javieralonsoalvearjara100 ปีที่แล้ว

    Good job friend, but I have a problem, the multiple select is not working for me to set default values with "defaultOption", I tried with an array of objects with the "key" "value" pair and I had no luck, I also tried with a only object and nothing. Thank you.

  • @subhashchoudhary9597
    @subhashchoudhary9597 10 หลายเดือนก่อน

    boxStyles is not working. what should I do to make it working. please reply

  • @faIIinlove
    @faIIinlove 10 หลายเดือนก่อน

    Can it be customized to have a picture on the front?

  • @adamkruger9616
    @adamkruger9616 7 วันที่ผ่านมา

    so how do you handle the responsiveness of this component if you want to have multiple dropdowns on one screen?

    • @adamkruger9616
      @adamkruger9616 7 วันที่ผ่านมา

      if there could be a onTap event that we could hook into so that we can set the open/close of other possible dropdowns then that would make responsiveness better.

  • @mikehunt332
    @mikehunt332 9 หลายเดือนก่อน

    Danish I love your product but ran into a serious problem recently. When coupled with a project that uses TailwindCSS I get the following error:
    Use process(css).then(cb) to work with async plugins.
    Any suggestions?

    • @danishamindar
      @danishamindar  9 หลายเดือนก่อน

      are you sure this is happening because of this package ?

  • @daneilrajde9343
    @daneilrajde9343 2 ปีที่แล้ว +1

    Very easy, Thanks my man

  • @owen3666
    @owen3666 2 ปีที่แล้ว

    Hello! I am a newbie and trying to use this within a modal and it does not seem to work in cases where you are trying to use both formik and modal. if you use onSelect={props.handleChange('some variable'), it does not seem to update said variable upon being selected?

  • @ramkumarm7180
    @ramkumarm7180 2 ปีที่แล้ว +1

    Hi, its working fine with the hard coded data key and value. But i have map array of object how can i work with package.

    • @danishamindar
      @danishamindar  2 ปีที่แล้ว +1

      Do you have to fetch them from server

    • @ramkumarm7180
      @ramkumarm7180 2 ปีที่แล้ว +1

      @@danishamindar yes. thanks for your response

    • @danishamindar
      @danishamindar  2 ปีที่แล้ว +2

      @@ramkumarm7180 Please Check the new documentation here www.npmjs.com/package/react-native-dropdown-select-list i have illustrated how you can fetch options from server, please update the package to the new version and do subscribe the channel

    • @ramkumarm7180
      @ramkumarm7180 2 ปีที่แล้ว +1

      @@danishamindar hi, thanks. as of now there is no multiselect added in this package, right.

    • @danishamindar
      @danishamindar  2 ปีที่แล้ว +1

      @@ramkumarm7180 Multiple Select Support Will be added soon

  • @kiranoffice4445
    @kiranoffice4445 ปีที่แล้ว +1

    Thank you soo much

  • @sherlockholmes3316
    @sherlockholmes3316 ปีที่แล้ว

    How do you implement disabled selectlist? i don't want dropdown to open when a boolean state is false, only solution i can see is conditional rendering but i want disabled dropdown menu , can we do that with this library?

  • @ivanarabome4172
    @ivanarabome4172 ปีที่แล้ว

    if there's another selectlist beneath the upper select list when the upper one is clicked will it cover the bottom select list because I'm having that issue using dropdownpicker

  • @argenisgutierrez8028
    @argenisgutierrez8028 ปีที่แล้ว

    Hello friend, I appreciate your video, it helped me, but I couldn't clean or restore the select to its initial state when I save the changes, can you help me?

  • @tanushreeshelare5820
    @tanushreeshelare5820 11 หลายเดือนก่อน

    How can we use it in controllers of react-hook-form?

  • @yusufcheck2489
    @yusufcheck2489 2 ปีที่แล้ว +1

    Love 🤩 it, Very Easy to use

    • @danishamindar
      @danishamindar  2 ปีที่แล้ว

      Im very happy to see, so many people getting benifit of the package, thanks

    • @danishamindar
      @danishamindar  2 ปีที่แล้ว

      Let me know if any help is needed

  • @jexsus15
    @jexsus15 ปีที่แล้ว

    excellent work, a question how can you reset the list of those selected?

    • @danishamindar
      @danishamindar  ปีที่แล้ว +1

      By setting its value to empty string

    • @jexsus15
      @jexsus15 ปีที่แล้ว

      @@danishamindar for the multiple? [''] D:

  • @lt348
    @lt348 2 ปีที่แล้ว +1

    Hey does this support a multi-select from the dropdown list or do you by any chance know how to create it?

    • @danishamindar
      @danishamindar  2 ปีที่แล้ว +2

      i will soon be adding multi-select Component to it

    • @lt348
      @lt348 2 ปีที่แล้ว +1

      @@danishamindar awesome dude, thank you for the reply!

  • @rabintimalsina9263
    @rabintimalsina9263 2 ปีที่แล้ว +1

    how can i create multiple dropdown which is connected with each other for example country , states, district etc

    • @danishamindar
      @danishamindar  2 ปีที่แล้ว +2

      Its very good idea, i will roll this out in a update tonight, i will provide you a function similar to onChange and once that is triggered you can set the values of other selectlist with that

    • @danishamindar
      @danishamindar  2 ปีที่แล้ว +1

      I have implemented your suggestion in the update i just rolled out, now you can update the package and pass a prop named onSelect in which you can pass any function which will help you call for values for another dropdown from server. 🎈🎈

  • @sufifuture
    @sufifuture 2 ปีที่แล้ว +1

    Bhai ek number

  • @AbdullahRafique565
    @AbdullahRafique565 8 หลายเดือนก่อน

    how can I highlight the selected item in single select mode?

  • @pkaypkay205
    @pkaypkay205 5 หลายเดือนก่อน

    Hello brother, is there a way to manually set the dropdown value programmatically by passing a prop. Can someone please help me.

  • @pradhumansinhzala7993
    @pradhumansinhzala7993 2 ปีที่แล้ว +1

    in console.log it pass key not value what should i do?

  • @Funzone-mn4zr
    @Funzone-mn4zr 2 ปีที่แล้ว +1

    I have a list of more than thousand items which kill the performance, how to handle that in your package

    • @danishamindar
      @danishamindar  2 ปีที่แล้ว +1

      Does that data come from api or locally

    • @Funzone-mn4zr
      @Funzone-mn4zr 2 ปีที่แล้ว

      @@danishamindar any case possible (suppose pagination or load more is not possible)

  • @mariamdonbosco7
    @mariamdonbosco7 2 ปีที่แล้ว +1

    Hi Danish,
    Is there a way to change no data found to add a new data option?

    • @danishamindar
      @danishamindar  2 ปีที่แล้ว +1

      Yes , it will be available in version 1.0.24 which be rolled out on sunday

    • @mariamdonbosco7
      @mariamdonbosco7 2 ปีที่แล้ว +1

      @@danishamindar thanks, can you give a link to complete documentation of the component

    • @danishamindar
      @danishamindar  2 ปีที่แล้ว

      Link is in the description

  • @SadhayamStar
    @SadhayamStar ปีที่แล้ว

    the dropdown is going behind the button component i created below the list. could u please help

    • @danishamindar
      @danishamindar  ปีที่แล้ว

      Dont give height to their parent view

  • @aaii6236
    @aaii6236 ปีที่แล้ว

    why if I give state a value from db, the selectlist doesn't change. how do you make the selectlist get the value when the state gets the value without having to select in the selectlist

  • @nithinmon5416
    @nithinmon5416 2 ปีที่แล้ว +1

    When I am trying to type for a search, It does not allow me to type in the search field also it's not showing the search icon and search field... Only me facing these issues?

    • @danishamindar
      @danishamindar  2 ปีที่แล้ว

      I have not checked in ts, don't worry i will check it in a while

    • @nithinmon5416
      @nithinmon5416 2 ปีที่แล้ว

      @@danishamindar Ok if you can check it fast and let me know here it is urgent because I am using this in my project

    • @danishamindar
      @danishamindar  2 ปีที่แล้ว

      🎈I have added ts support, please download new updated version, and please do subscribe

  • @kincortezao2024
    @kincortezao2024 ปีที่แล้ว

    Can i change "No data found" text?

  • @jackhartley2911
    @jackhartley2911 ปีที่แล้ว

    Can I ask what structure the data variable is? Is it a JSON? Record? Array?

    • @danishamindar
      @danishamindar  ปีที่แล้ว

      Array with objects

    • @jackhartley2911
      @jackhartley2911 ปีที่แล้ว

      @@danishamindar Thank you, I also get an "excessive number of pending callbacks" error, do you happen to have any idea why?

  • @rianebenbrik4753
    @rianebenbrik4753 2 ปีที่แล้ว +1

    please, is it possible to remove the space between the input above and dropdown below? there is the same space in dropdownpicker librairie and i want to remove it

    • @danishamindar
      @danishamindar  2 ปีที่แล้ว

      Yes its easy ,,,. You can do it with
      dropdownStyles={{marginTop:0}}

    • @pan25
      @pan25 2 ปีที่แล้ว

      yes get margin to 0

  • @AleksandrNeo
    @AleksandrNeo 2 ปีที่แล้ว +1

    Can i set z-index for dropdownStyles? I have`t enought space and can`t see another block or my select list with data

    • @danishamindar
      @danishamindar  2 ปีที่แล้ว

      Do you mean to say you want it to come over the next view

    • @danishamindar
      @danishamindar  2 ปีที่แล้ว +1

      It is possible, if you want to overlap the Sibling View, but there is a catch, let me know first what you actually want to achieve

    • @AleksandrNeo
      @AleksandrNeo 2 ปีที่แล้ว

      @@danishamindar on dropdown for select to over index another Select

    • @danishamindar
      @danishamindar  2 ปีที่แล้ว +1

      @@AleksandrNeo Firstly you need to create two Sibling Views inside then put your dropdowns , pass position: absolute to the boxStyles of the input you want to overlap, and then give first sibling zIndex:50 and the other sibling zIndex of 49 or lower, this will make the dropdown come over the View below it.

    • @AleksandrNeo
      @AleksandrNeo 2 ปีที่แล้ว

      @@danishamindar 💪💪💪

  • @lucasbollella8487
    @lucasbollella8487 2 ปีที่แล้ว +1

    Hi Danish, sorry for bother you but I'm quite new in react native. When I try to use your component like in your video I'm receiving the following error "JSX element type 'SelectList' does not have any construct or call signatures.ts(2604)" . How can I solve this problem? The component is working fin but visual studio is showing that error.

  • @gabrielcarvalhaes135
    @gabrielcarvalhaes135 ปีที่แล้ว

    How can i use scroll inside the list?

  • @kirangowda3508
    @kirangowda3508 ปีที่แล้ว

    How to set default value for this?

  • @BuchiKodo
    @BuchiKodo 2 ปีที่แล้ว +1

    Hello, first I wanted to thank you for the work you have done. It's a great job.
    I do have a question though.
    Can you explain to me how to use it with React Hook Form?
    I'm a new developer 🙂

    • @danishamindar
      @danishamindar  2 ปีที่แล้ว

      if i get time this weekend, i will illustrate this on an expo snack, and will update you with the link

    • @BuchiKodo
      @BuchiKodo 2 ปีที่แล้ว +1

      Thx Dude