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

HueComponent direction vertical does not account for slider #274

Open
newmanw opened this issue Mar 7, 2020 · 1 comment
Open

HueComponent direction vertical does not account for slider #274

newmanw opened this issue Mar 7, 2020 · 1 comment

Comments

@newmanw
Copy link

newmanw commented Mar 7, 2020

When using HueComponent with direction vertical, the default slider/pointer css is not adjusted.

Work around is to pass in a custom 'pointer'. If vertical is an out of the box option should a default slider for the vertical hue also be included.

@scttcper
Copy link
Owner

scttcper commented Mar 9, 2020

seems to be working for me

<color-hue-picker
  [color]="state"
  (onChangeComplete)="changeComplete($event)"
  (onChange)="changeComplete($event)"
  [direction]="'vertical'"
  [width]="18"
  [height]="300"
></color-hue-picker>

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

No branches or pull requests

2 participants