kuroda / vue-rails-form-builder

A custom Rails form builder for Vue.js
MIT License
80 stars 9 forks source link

is there a way to integrate with simple-form ? #6

Open cnhuye opened 6 years ago

cnhuye commented 6 years ago

Right now, we using rails simple-form for many forms. It's save a lot time for build forms.

so is there a way to use this gem with simple-form?

kuroda commented 6 years ago

Are you talking about https://github.com/plataformatec/simple_form?

I have not tried to use this gem with it, but I don't think it is possible. Not currently, at least.

If many people want an adapter for the simple_form, I will try to find some leisure time to create it.

Thank you for being interested in my gem.

cnhuye commented 6 years ago

OK, Thanks. You have done a great job. this gem make us integrate with Vuejs smoothly.