- Notifications
You must be signed in to change notification settings - Fork 136
Closed
Description
1.Textarea does not have a style for disabled state
2.Documentation code for textarea'sminlenghtand maxlength attributes is missing. In the code below, sample code is given only for disabled and readonly.
<template> <div> <fwb-textarea v-model="message" label="Your message" placeholder="Write your message..." disabled /> <fwb-textarea v-model="message" label="Your message" placeholder="Write your message..." readonly /> </div> </template> Metadata
Metadata
Assignees
Labels
No labels