ThatOpen / engine_ui-components

Collection of web components meant to be used, but not limited to, BIM applications.
MIT License
9 stars 12 forks source link

Provide a UI component for the html textarea #26

Closed avirads closed 1 week ago

avirads commented 2 months ago

Description 📝

When sending a note or comment using a webhook, it would be useful to have a textarea instead of a text field.

Suggested solution 💡

Please add it into the bim ui components list for component completeness.

Alternative ⛕

No response

Additional context ☝️

No response

Validations ✅

HoyosJuan commented 1 week ago

Hey @avirads! This has been implemented since @thaopen/components@2.1.4. You can write the following:

<bim-text-input label="Description" type="area"></bim-text-input>