-
-
Notifications
You must be signed in to change notification settings - Fork 7k
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
feat(VField/VInput): add new props icon-color and glow #21076
base: dev
Are you sure you want to change the base?
Conversation
When I think of the prop 'bloom' I think of glow. Why is this getting called bloom? |
Changed prop name to glow. |
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.
#17763 wanted outer icons too (VInput not just VField)
⬇️
Oh man, I didn't mean that the name needed to be changed. They're synonyms. I was just trying to understand the reasoning. The names 'bloom' or 'glow' suggest a visual effect which is not happening here. This is just a way for a color to be passed down to child InputIcon components via an optional, boolean prop. I'm assuming that this prop is added because you're trying to avoid breaking it for users who currently expect the current behavior. I'm sorry for the confusion. Wouldn't it be better if the name of the prop was descriptive like |
I'm up for a conversation on prop name. @vuetifyjs/core-team |
I agree neither |
The action only occurs on focus as well, not sure if that should play a role in the naming. |
BTW. After seeing it in action I wonder if it should aslo drop the opacity. Weird to see that washed-out blue. |
Are we going to need a field-props property so that they can be configured separately? |
We did not in v2. Issue author seems to want to the previous behavior back. |
Pushed changes and updated playground. |
removed unnecessary code removed color-pip until we figure out vuetifyjs#21076
resolves #17763
TODO: docs
Description
Markup: