thehyve / react-select-checked

A React select component based on JedWatson/React-Select with checkmarks on selected options.
GNU General Public License v3.0
9 stars 5 forks source link

react-select-checked placeholder disappears with some options checked and no input string matches #21

Open kalletlak opened 6 years ago

fedde-s commented 6 years ago

Did you reproduce this on v0.1.9 or newer of the component? The description sounds similar to the one I fixed in pull request https://github.com/thehyve/react-select-checked/pull/19.

fedde-s commented 6 years ago

But apparently there was a follow-up in https://github.com/cBioPortal/cbioportal/issues/4476#issuecomment-409106776, in which the way it was used in cBioPortal somehow broke things again.

zhx828 commented 6 years ago

@fedde-s @rnugraha the issue still exists in the v0.1.10. You can see from the beta study view. http://www.cbioportal.org/beta/newstudy?id=acc_tcga

fedde-s commented 6 years ago

@zhx828, do you have any ideas on how to fix it? If so, feel free to make a pull request!