Skip to content
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

fix(Dropdown): fix search width #443

Merged
merged 1 commit into from
Aug 28, 2016
Merged

Conversation

levithomason
Copy link
Member

@levithomason levithomason commented Aug 26, 2016

Fixes #397

Search type Dropdowns include a dynamically sized search input. This PR fixes the width measurement. It also fixes an issue where the Dropdown text was not muted when the search input is focused. This was due to rendering the sizer when it was not needed. It is only necessary on multiple type Dropdowns.

@codecov-io
Copy link

codecov-io commented Aug 26, 2016

Current coverage is 96.17% (diff: 100%)

Merging #443 into master will increase coverage by <.01%

@@             master       #443   diff @@
==========================================
  Files            84         84          
  Lines          1252       1255     +3   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits           1204       1207     +3   
  Misses           48         48          
  Partials          0          0          

Powered by Codecov. Last update be1bac4...6b71bd3

@levithomason levithomason merged commit 475509e into master Aug 28, 2016
@levithomason levithomason deleted the fix/dropdown-search-width branch August 28, 2016 05:12
@levithomason
Copy link
Member Author

Released in v0.37.3

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.

Dropdown: fix search type issues
2 participants