1.8.1 • Published 10 months ago

@finastra/textarea v1.8.1

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

Textarea

See it on NPM! How big is this package in your project? Storybook

Text areas let users enter and edit text.

It extends Material web's mwc-textarea-base.

Usage

Import

npm i @finastra/textarea
import '@finastra/textarea';
...
<fds-textarea label="description"></fds-textarea>

API

Properties

PropertyAttributeModifiersTypeDefaultDescription
autoValidateboolean
autocapitalizestring
charCountercharCounterboolean \| "external" \| "internal"falseRequires maxLengthto be set. Display character counter with max length. Textareas may display an "external" or "internal" charCounter. When true, textareas display an external character counter by default.
colsnumber
disableddisabledbooleanfalseDisabled state for the component. When disabled is set to true, thecomponent will not be added to form submission.
endAlignedboolean
helperhelperstring"helper"Helper text to display below the input. Display default only when focused.
helperPersistentboolean
iconstring
iconTrailingstring
inputModeTextFieldInputMode
labellabelstring"textarea"Sets floating label value.
maxstring \| number
maxLengthmaxLengthnumber0Maximum length input to accept.
minstring \| number
minLengthnumber
namestring
outlinedbooleantrue
patternstring
placeholderstring
prefixstring
readOnlyboolean
requiredrequiredbooleanfalseDisplays error state if value is empty and input is blurred.
ripplereadonlyPromise<RippleInterface \| null> \| undefinedImplement ripple getter for Ripple integration with mwc-formfield
rowsnumber
selectionEndreadonlynumber \| null
selectionStartreadonlynumber \| null
sizenumber \| null
stepnumber \| "any" \| nullstep can be a number or the keyword "any".Use String typing to pass down the value as a string and let the nativeinput cast internally as needed.
suffixstring
typeTextFieldType
validateOnInitialRenderboolean
validationMessagestring
validityreadonlyValidityState
validityTransform((value: string, nativeValidity: ValidityState) => Partial<ValidityState>) \| null
valuestring
willValidatereadonlyboolean

Methods

MethodType
blur(): void
checkValidity(): boolean
click(): void
focus(): void
layout(): Promise<void>
reportValidity(): boolean
select(): void
setCustomValidity(message: string): void
setSelectionRange(selectionStart: number, selectionEnd: number, selectionDirection?: "forward" \| "backward" \| "none" \| undefined): void

CSS Custom Properties

PropertyTypeDefaultDescription
--fds-primarycolor"#694ED6"Textarea color.
1.8.1

10 months ago

1.8.0

12 months ago

1.7.0

1 year ago

1.6.0

1 year ago

1.4.2

1 year ago

1.4.1

1 year ago

1.4.0

1 year ago

1.5.0

1 year ago

1.3.0

1 year ago

1.2.8

2 years ago

1.2.7

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.2.1

2 years ago

1.2.12

1 year ago

1.2.13

1 year ago

1.2.10

1 year ago

1.2.11

1 year ago

1.2.16

1 year ago

1.2.17

1 year ago

1.2.14

1 year ago

1.2.15

1 year ago

1.1.1

2 years ago

1.1.0

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.2.9

1 year ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.42

2 years ago

0.0.44

2 years ago

1.0.3

2 years ago

0.0.40

2 years ago

0.0.41

2 years ago

0.0.32

2 years ago

0.0.33

2 years ago

0.0.34

2 years ago

0.0.35

2 years ago

0.0.36

2 years ago

0.0.37

2 years ago

0.0.38

2 years ago

0.0.39

2 years ago

0.0.30

2 years ago

0.0.31

2 years ago

0.0.29

2 years ago

0.0.26

2 years ago

0.0.27

2 years ago

0.0.28

2 years ago

0.0.25

2 years ago

0.0.23

2 years ago

0.0.24

2 years ago

0.0.22

2 years ago

0.0.21

2 years ago