Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.

Enhance dropdowns within .simple_form container#27

Merged
lwe merged 1 commit intomasterfrom
lwe-simple-form-select
Jul 11, 2016
Merged

Enhance dropdowns within .simple_form container#27
lwe merged 1 commit intomasterfrom
lwe-simple-form-select

Conversation

@lwe
Copy link
Contributor

@lwe lwe commented Jul 11, 2016

This change fixes <select/> dropdowns within .simple_form <form>'s. Otherwise each select input requires additional manual markup like:

= f.input :field, collection: c, input_html: { 'data-mtl-select': true }

This change makes this obsolete.

@lgavillet or @marcopluess please review and merge, thanks.

This change fixes <select/> dropdowns within .simple_form <form>'s.
Otherwise each select input requires additional manual markup like:

   = f.input :field, collection: c, input_html: { 'data-mtl-select': true }

This change makes this obselete.
@lwe lwe force-pushed the lwe-simple-form-select branch from 1b92f6a to 760e221 Compare July 11, 2016 13:02
@lgavillet
Copy link
Contributor

👍

@lwe
Copy link
Contributor Author

lwe commented Jul 11, 2016

Danke.

@lwe lwe merged commit d3e5d5d into master Jul 11, 2016
@lwe lwe deleted the lwe-simple-form-select branch July 11, 2016 13:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants