Curated list of episodes, bundled to help you on your learning path!
Videos of tech, infrastructure, hardware and software which non-instructional by nature.
Articles around software and tutorials.
Show your love and support while looking fancy.
Got a question or want to chat about a topic? Let's talk!
# def select(attribute, options = {}) # merge_data_controller(options) # super(attribute, options) # end
# def select(method, choices = nil, options = {}, html_options = {}, &block) # merge_data_controller(html_options) # super(method, choices, options, html_options, &block) # end
I think in AutoSaveBuilder instead of:
It should be this
Also, there are a few other places where html_options would be passed to merge_data_controller rather than options, for it to work though I have only tried select so far.
How would you handle the feedback on the form?
Specifically, you want to display a ✅ after the text was updated.
Thanks