Skip to content
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

Adding missing boolean attributes arg for select input methods. #981

Merged
merged 1 commit into from
Nov 1, 2023

Conversation

jwoertink
Copy link
Member

Fixes #977

All of the Lucky HTML methods allow for boolean attributes, but the select_input and multi_select_input were missing them.

select_input op.theme, attrs: [:disabled] do

end

@jwoertink jwoertink merged commit 385c220 into main Nov 1, 2023
9 checks passed
@jwoertink jwoertink deleted the issues/977 branch November 1, 2023 01:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The select_input tag is missing attrs
1 participant