-
Notifications
You must be signed in to change notification settings - Fork 243
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
Lets make simple_form generator #16
Comments
my small config => |
@mediasota , could u provide dummy app with example of generated form to test it? It would be perfect |
@mediasota , ха, спасибо, проверю чуть позже |
Any updates on this one? |
@gizotti you are welcome! |
@xamenrax I think the generator could be part of the materialize-sass gem, it would just create an initializer with the simple_form configs and would be run only by people that want to use simple form with material. |
agree with @gizotti. All we need is to design simple_form wrappers that are compatible with materialize. |
I'm integrating materialize css in one of my projects and will work on the simple-form wrappers soon. I'll send a PR when I get the wrappers right and write a generator.
Gabriel Gizotti about.me/gizotti On Fri, Apr 24, 2015 at 1:09 PM, Mohd Khairi Mohd Adnan
|
Very nice! Looking forward to this addition. |
Someone has any progress to share? |
I'm using MaterializeCSS in many projects here, but I've any solution to management of error handling, anyone has a good config to share? |
Anyone got anywhere with this? I've created a Rails 4.3 app using materialize and simple_form to create a basic contact form shown below. If I use This is with no changes to the initializer file. Any ideas? Also as you can see I'm having to write out the labels which I thought simple_form would do for me by default.
|
I did get somewhere with it, and got it most of the main inputs working well, just got caught up with work and couldn't get the pr sent yet as I promised :/ my bad. @patricklindsay: about your problem. It's happening because you are using the form_for syntax inside a simple_form_for block.
|
Great cheers @gizotti that sorted both issues. I'll use @mediasota config and go from there for now. |
@gizotti Thank you for your help to the community!, Do you have any news with the PR?, or a WIP example, that can we use or improve? |
Any news about this feature? |
+1 need this feature :) |
I've began to work on a gem which includes the SimpleForm configuration generator and custom inputs. Take a look here, SimpleForm-Materialize I'm currently having difficulty adding the custom widgets I've created, check out the stackflow question |
Here is my initialization for simple_form and materialize https://gist.github.com/gudata/d3fb9e480ffe6190e0803993b9fcdd13 It is draft because I haven't cover ALL the components. But a majority of them are working. |
Is there a way to get as: :select to work on this?
|
Hi there. What about config for materialize v1? I am particularly interested in config for check_boxes. |
Having simple form run for this framework would be really nice!
The text was updated successfully, but these errors were encountered: