Replies: 1 comment
-
No, this would require creating a component anyway in order to manage that state. There is #17192 but it won't be stateful. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I'm using Vuetify and I have a question about using aliases in components. I wanted to know if it's possible for me to make any dynamic changes to the properties defined in the aliases.
For example, creating an alias for a VTextfield component so that it has a behavior focused on passwords. It has two icons: one to enable the display of passwords and another to disable it. The dynamic behavior would be to change the icon and the TextField type between text and password. I know that there is the option of creating a component just for this, which would allow it to be used. However, I wanted to know if it would be possible to configure this component in this way as an alias.
Beta Was this translation helpful? Give feedback.
All reactions