Skip to content

Bug: Form -> textarea is not textarea #161

Closed
@l2aelba

Description

@l2aelba

I seeing this in demo

<b-form-input :textarea="true" :rows="9"></b-form-input>

This is still like <input>, not <textarea>.

Please change to:

<b-form-textarea :rows="9"></b-form-textarea>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions