1.8.0 • Published 5 years ago

@schibstedspain/sui-form-textarea v1.8.0

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

FormTextarea

Important: The @schibstedspain/sui-form-textarea component is not yet fully compliant with UX Design, as it is still in WIP by UX team. Please take into account the specifications defined here, when iterate this first provisional component's version to make it fully compliant.

Basic text-area form element.

A placeholder to specify a short hint of the expected value of the text area (which will be displayed only when the text-area is empty) can be passed in placeholder property.

The default height and width of the text area can be defined whether with cols and rows property, or with a custom CSS class name.

The spellcheck of the inner text of the text area can be disabled (HTML5).

You can pass a custom callback to be executed when the text area value is changed, through onChange property.

1.8.0

5 years ago

1.7.0

6 years ago

1.6.1

6 years ago

1.6.0

6 years ago

1.5.0

6 years ago

1.4.0

7 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago