version 1.0.0

legacy

legacy.Textarea

View on GitHub 

Textarea component used for multilines explanation/description.

Décrivez en quelques lignes les principals autouts de votre projet0 / 500
PropertyDescriptionDefault value
className string | null | undefined

-

name check-circle string | null | undefined

used for accessibility

-

initialValue string | null | undefined

used for prefetched data

-

value string | null | undefined

used to update the textarea value from outside

-

placeholder string | null | undefined

default displayed text

-

label string | null | undefined

label for element

-

description string | null | undefined

purpose of this element

-

onChange check-circle ((...args: any[]) => any) | null | undefined

mandatory function to retrieve value

-

onChangeEvent ((...args: any[]) => any) | null | undefined

function to retrieve change event

-

success string | null | undefined

success message

-

error string | null | undefined

error message

-

disabled boolean | null | undefined

disable the option

-

required boolean | null | undefined

browser will display an error if input is empty on form submitting

-

maxCount number | null | undefined

max possible characters

-

© Ulule 2021, Built with Gatsby