From 7e95d7f28f212ee06e73dcce16a408c91af99114 Mon Sep 17 00:00:00 2001 From: Siddhant Rawal <128523557+siddhantrawal@users.noreply.github.com> Date: Thu, 31 Aug 2023 09:35:14 -0400 Subject: [PATCH 1/2] added label to textareascroll example. --- examples/Textarea.scroll.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/Textarea.scroll.tsx b/examples/Textarea.scroll.tsx index 1119178a08e..8ebf26afe11 100644 --- a/examples/Textarea.scroll.tsx +++ b/examples/Textarea.scroll.tsx @@ -3,7 +3,7 @@ * See LICENSE.md in the project root for license terms and full copyright notice. *--------------------------------------------------------------------------------------------*/ import * as React from 'react'; -import { Textarea } from '@itwin/itwinui-react'; +import { LabeledTextarea } from '@itwin/itwinui-react'; export default () => { const [value, setValue] = React.useState( @@ -11,7 +11,8 @@ export default () => { ); return ( -