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

Bug: ColorInputのalphaの値が0から1に制限されない #7

Open
toshusai opened this issue Aug 2, 2024 · 0 comments
Open

Bug: ColorInputのalphaの値が0から1に制限されない #7

toshusai opened this issue Aug 2, 2024 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@toshusai
Copy link
Owner

toshusai commented Aug 2, 2024

概要

ColorInputのalphaの値が0から1に制限されない問題があります。

期待される動作

onChangeに渡される値が有効な値になっていることを期待します。
具体的にはalphaは0から1に制限されることを期待します。

実際の動作

ColorInputのalphaを内部のSliderNumberFieldで操作する際に、alphaの値に制限がなく負の値や1を超えた値がonChangeで返ってきます。

スクリーンキャスト

ColorInput.alpha.0-1.mov
@toshusai toshusai added bug Something isn't working good first issue Good for newcomers labels Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant