Skip to content

Trouble adding things to todo-lists #86

Answered by acon96
cah-98 asked this question in Q&A
Discussion options

You must be logged in to vote

The model actually outputs it's own format for service calls and your example looks correct. I think the issue is with the default config for the component.

Can you try adding "item" to the list of "exposed attributes"?
1.

2. Scroll down
3.

I just realized that option also controls what service call arguments the model is allowed to use. In your case it is filtering out the item parameter.

I'm going to separate that behavior out into it's own option in the next release since it's very clunky, but I do want the user to be able to restrict what the model is able to see the state of and interact with.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@cah-98
Comment options

Answer selected by cah-98
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants