-
Notifications
You must be signed in to change notification settings - Fork 6
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
Function on :text #49
Comments
I can see a few ways
But - possibly that's good idea to autowrap function props into computed. |
It would be very useful for inline edits, eg. a display of values which can be toggled to inputs. |
@MasterPuffin which of this cases cannot be solved with just |
Sorry I was confused, I thought that passing parameters this way is not possible, like described in my issue here #46 |
Yes, essentially attribute receives exactly the value you pass: for |
I want to use a function to format a text, for example
however, this renders
()=>{formatVal(object[field.name])}
and not the return value of the function.The text was updated successfully, but these errors were encountered: