canonical / react-components

A set of components based on Vanilla Framework
https://canonical.github.io/react-components
82 stars 49 forks source link

fix(textarea): reset value to an empty string #1070

Closed andesol closed 2 months ago

andesol commented 3 months ago

Done

QA

Storybook

To see rendered examples of all react-components, run:

yarn start

QA in your project

from react-components run:

yarn build
npm pack

Install the resulting tarball in your project with:

yarn add <path-to-tarball>

QA steps

You should be able to replicate this in a simplified example such as the one in the issue (#1068).

Percy steps

No visual change

Fixes

Fixes: #1068

webteam-app commented 3 months ago

Demo

Jenkins

demos.haus

andesol commented 2 months ago

@lorumic Ready!