Delfs' Engineering

Results 30 comments of Delfs' Engineering
trafficstars

Each object in your values array needs to be tracked via an id. See the ‘trackBy’ key in the docs.

I believe you can use the model-updated event and when the model updates, you can use that to push back into your store. https://vue-generators.gitbook.io/vue-generators/component/events#model-updated

I also handled this in a similar fashion. Although a bit more work but very flexible. I have a parser that finds any key with the `_calc` extension and converts...

This also appears to be the case with the `rangeSlider` element too. @zoul0813 @icebob Any thoughts on this?

This is interesting but I think a `visible` key really needs to be part of this to make it really useful. I think a `visible` tag in on another PR....

A `visible` key at the group level to hide the entire group, currently it must be done via css.

Basically it would allow you to have a login, password reset and sign up groups all in one form.

@johnsusek Would this support recursive groups also? or just one level down?

No but there certainly has been little movement. I would be happy to help to keep things moving. There are a number of key features we need but have been...

I mean there is little commit activity, true, but it is still in demand and at the core of my app. Personally I was hoping the maintainers would put out...