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

Dropdown: location aware #226

Merged
merged 4 commits into from
Apr 15, 2019
Merged

Dropdown: location aware #226

merged 4 commits into from
Apr 15, 2019

Conversation

ChaitanyaGadodia
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Apr 9, 2019

Codecov Report

Merging #226 into master will increase coverage by 0.05%.
The diff coverage is 83.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #226      +/-   ##
==========================================
+ Coverage   82.24%   82.29%   +0.05%     
==========================================
  Files          75       75              
  Lines        1098     1107       +9     
  Branches      201      205       +4     
==========================================
+ Hits          903      911       +8     
  Misses        174      174              
- Partials       21       22       +1
Impacted Files Coverage Δ
src/components/styles/Select.styles.ts 100% <ø> (ø) ⬆️
src/components/DateInput.tsx 66.66% <100%> (+0.62%) ⬆️
src/components/DropDown.tsx 85.18% <81.81%> (+0.97%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 93cfe79...2a76e36. Read the comment docs.

@codecov
Copy link

codecov bot commented Apr 9, 2019

Codecov Report

Merging #226 into master will decrease coverage by 0.11%.
The diff coverage is 83.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #226      +/-   ##
==========================================
- Coverage   82.24%   82.12%   -0.12%     
==========================================
  Files          75       75              
  Lines        1098     1119      +21     
  Branches      201      212      +11     
==========================================
+ Hits          903      919      +16     
- Misses        174      178       +4     
- Partials       21       22       +1
Impacted Files Coverage Δ
src/components/Select.tsx 94.44% <ø> (ø) ⬆️
src/components/styles/Select.styles.ts 100% <ø> (ø) ⬆️
src/components/Input.tsx 84.61% <100%> (+0.4%) ⬆️
src/components/DropDown.tsx 85.71% <81.81%> (+1.5%) ⬆️
src/components/Button.tsx 77.14% <0%> (-5.47%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 93cfe79...0768c42. Read the comment docs.

onFocus={[Function]}
>
<input
aria-label=""
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what's the point of having an empty label?

@ritz078
Copy link
Contributor

ritz078 commented Apr 15, 2019

There's seems to be a difference in design.

@ritz078 ritz078 merged commit 943fe8d into master Apr 15, 2019
@ritz078 ritz078 deleted the dropdown-position branch April 15, 2019 11:45
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.

2 participants