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

fix(bulma): Add textarea class to text field #14

Merged
merged 1 commit into from
Sep 12, 2024

Conversation

JuanVqz
Copy link
Owner

@JuanVqz JuanVqz commented Sep 12, 2024

BEGIN_COMMIT_OVERRIDE
fix(bulma): Add textarea class to text field
textarea Documentation

Closes #13
END_COMMIT_OVERRIDE

b.use :placeholder
b.optional :readonly
b.use :label, class: 'label'
b.use :input, class: 'textarea', wrap_with: { tag: 'div', class: 'control' }, error_class: 'is-danger', valid_class: 'is-success'
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuanVqz JuanVqz changed the title Add textarea class to text field fix(bulma): Add textarea class to text field Sep 12, 2024
@JuanVqz JuanVqz merged commit 6065dab into main Sep 12, 2024
9 checks passed
@JuanVqz JuanVqz deleted the add-textarea-class-to-text-field branch September 12, 2024 04:34
@JuanVqz
Copy link
Owner Author

JuanVqz commented Sep 12, 2024

@nickhammond this should fix it

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.

Text field should add class 'textarea'
1 participant