Skip to content

Fixed issue of scrollbar being hidden on Autocomplete and Dropdown components #1885

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 22 commits into
base: dev
Choose a base branch
from

Conversation

paddotk
Copy link

@paddotk paddotk commented Oct 8, 2018

Dropdown and Autocomplete components had a width: 0 and height: 0 css rules. These don't serve any purpose and make users not know it's scrollable/there is more content, hence is bad user experience.

This fix takes out the two css lines to show scrollbar whenever necessary.

beckend and others added 20 commits January 18, 2017 11:16
* Fixed react-toolbox#894 by adding a disableScrolling prop

* Fixing scroll style
Without type="button", the tab buttons default to submitting any html form which contains them.
Adding Event to be passed for Radio Group for handleClick function similar as other components react-toolbox#1544
Replaced tab label with button element for keyboard accessibility. (v1.3.4)
… consistent with the arguments passed to onChange handlers by the DOM
…ts-passed-to-onchange-handlers

document the arguments passed to onChange props, because they are not consistent with the arguments passed to onChange handlers by the DOM
@rubenmoya
Copy link
Collaborator

Hello @paddotk! Thank you for your contribution!

There are some conflicts with the css files, since we've renamed them to .module.css, could you solve those conflicts please?

@paddotk
Copy link
Author

paddotk commented Oct 31, 2018

@rubenmoya Pushed an update. I got many merge conflicts, but not with the css files though.
I solved every conflict as the version from origin/master and renamed the two css files to ~.module.css, I hope I did it right? I normally don't work with Github branches nor forks, so please forgive my ignorance, if any #maximumNoobage

@paddotk
Copy link
Author

paddotk commented Nov 3, 2018

Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.