Larry Reid

Results 94 comments of Larry Reid

FWIW: I stumbled across the commit that appears to have introduced this module: ae08c5b1.

Thanks for the feedback. I know that the file upload control is implemented in a different way than some of the other controls. I don't know why, as it was...

I have one example I can share: ``` ``` The text field named `uri` (never mind why I called it that) actually is the file name of the file that...

@iraszl If you're using Turbolinks (by default Rails does), perhaps @hwhelchel 's solution will work if you change the second line as follows: > ```js > import bsCustomFileInput from 'bs-custom-file-input';...

This is an elegant solution. At the moment, `bootstrap_form` doesn't ship any JavaScript. Do you think it's good enough to document this solution in the README, rather than change the...

Thank you for the detailed report. We appreciate all feedback, but you've provided lots of useful information for us. On the odd chance that you have time to submit a...

It looks like the documentation has not been keeping up-to-date with the code. A number of options are not forwarded to the `radio_button` and `check_box` methods, but this is on...

Thanks. That helps clarify things. We can't change what `:label_class` on `collection_check_boxes` does. It sets the class on the label for the group of buttons, so we can't also use...

Thanks for taking the time to report this issue. I'm sorry you're having problems. I'm afraid we haven't had a chance to test and adapt this gem to the Webpacker...

I think @simmerz has a good point, but I've always felt that that approach isn't well-explained on the web. For self-taught Rails folks like me, the process isn't clear. I...