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

Allow non text inputs to have both primitive and object values. #1369

Closed
qw3n opened this issue Aug 16, 2017 · 2 comments
Closed

Allow non text inputs to have both primitive and object values. #1369

qw3n opened this issue Aug 16, 2017 · 2 comments
Assignees
Labels
T: feature A new feature

Comments

@qw3n
Copy link
Contributor

qw3n commented Aug 16, 2017

I think this would mainly affect v-radio v-toggle and v-checkbox. Though it could also be applied to v-select components.

Off the top of my head I can't think of a good example use case. This may mean it is more of an edge case, but because these aren't actual html elements there is no technical limitation to passing around objects instead of just strings.

So, unless someone can come up with unintended side effect then it seems like it would be a useful feature if a developer needs it. Especially since this isn't something that takes extra code to implement it would just involve changing the allowed types for value properties.

@johnleider
Copy link
Member

This is all possible now with 0.15.3

@lock
Copy link

lock bot commented Apr 15, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. Please direct any non-bug questions to our Discord

@lock lock bot locked as resolved and limited conversation to collaborators Apr 15, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
T: feature A new feature
Projects
None yet
Development

No branches or pull requests

2 participants