-
Notifications
You must be signed in to change notification settings - Fork 5
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
New: Add react-select component #26
Conversation
9407690
to
8d50cb4
Compare
f19d9d3
to
b4b89e1
Compare
Current coverage is
|
6e887ac
to
0ceca31
Compare
@@ -3,6 +3,7 @@ | |||
require('styles/_bootstrap-custom.scss'); | |||
require('styles/_icheck-custom.scss'); | |||
require('styles/_react-toggle-custom.scss'); | |||
require('styles/components/Select.scss'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should be using the same pattern as above (since its overriding styles for an existing component rather than a new custom component.
6b4cc46
to
3f1611f
Compare
$select-input-border-color: $color-border-lighter; | ||
$select-input-border-radius: $border-radius-base; | ||
$select-input-border-focus: $select-input-border-color; | ||
$select-input-height: 30px; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
$spacing-etalon ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a coincidence that they're the same. It's 26 now anyway.
452ec9b
to
232c1e6
Compare
LGTM |
- Custom style overrides - single and multi examples and tests - Downgraded sass naming convention errors to warnings until we can do inline/file based rules/exclusions - Added spacing between example components and removed unnecessary `<div>`s - `allowCreate` dependant on react-select PR 660 - Removed unnecessary box shadow length properties
232c1e6
to
4ef8323
Compare
LGTM 🍑 |
Merging! |
New: Add react-select component
Using react-select this PR aims to integrate multi-select boxes into adslot-ui.
allowCreate
dependant on react-select issue 660 (not linking directly because github seems to spam the projects issue with audits 🔈 )https://trello.com/c/MQGlB5Cs/4688-ad-hoc-react-select